]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
authorQu Wenruo <wqu@suse.com>
Wed, 24 Jun 2020 16:03:07 +0000 (18:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 00:57:27 +0000 (20:57 -0400)
commit5bbb68d5f0dba7759434b389432fec1967279c05
tree0dd43e6884a47cc9e8d849a924aacb12c6a1b556
parent325dd1f642dd18b83a6d8df8f7e3ab066f3e7445
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()

After this the only remaining function that still utilizes
__btrfs_lookup_path() is btrfs_read().

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
fs/btrfs/btrfs.c