]> Git Repo - J-u-boot.git/commit
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
authorQu Wenruo <[email protected]>
Wed, 24 Jun 2020 16:03:03 +0000 (18:03 +0200)
committerTom Rini <[email protected]>
Tue, 8 Sep 2020 00:57:27 +0000 (20:57 -0400)
commit92bc179c5f85d0d55f2fecfbcaec8852e84fa0a4
tree46c24fe863713ec758a77edf712f5caf9d1dc524
parentcafffc50ad9b16fb4c8f51ceb6d7998490bcbb09
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()

The existing __btrfs_readlink() can be easily re-implemented using the
extent buffer based btrfs_readlink().

This is the first step to re-implement U-Boot's btrfs code.

Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: Marek BehĂșn <[email protected]>
fs/btrfs/btrfs.h
fs/btrfs/inode.c
This page took 0.027113 seconds and 4 git commands to generate.