commit | 49fe0f0858da1b732573b3776bbd6e644ee1ced9 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:03:03 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | 46c24fe863713ec758a77edf712f5caf9d1dc524 | |
parent | dca22af3cbf8bca91738e97b550ff3e3c2bfd033 [diff] |
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 <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>