commit | 5bbb68d5f0dba7759434b389432fec1967279c05 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:03:07 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | 0dd43e6884a47cc9e8d849a924aacb12c6a1b556 | |
parent | 325dd1f642dd18b83a6d8df8f7e3ab066f3e7445 [diff] |
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>