]> git.baikalelectronics.ru Git - uboot.git/commit
fs: btrfs: Rename path resolve related functions to avoid name conflicts
authorQu Wenruo <wqu@suse.com>
Wed, 24 Jun 2020 16:03:02 +0000 (18:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 00:57:27 +0000 (20:57 -0400)
commit52d078de6382b443bbaf45439dfca4835ec39745
tree06f006ba70c9fdaa64677666188e5c2587311ff3
parentdec23afaf14e3100bc5240573c165597c3380cc0
fs: btrfs: Rename path resolve related functions to avoid name conflicts

Since the old code is using __btrfs_path/__btrfs_root which is different
from the regular extent buffer based one, we add "__" prefix for the old
implementation to avoid name conflicts for the incoming crossport.

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