]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: move functions for tree compare to send.c
authorDavid Sterba <dsterba@suse.com>
Wed, 21 Aug 2019 17:12:59 +0000 (19:12 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 9 Sep 2019 12:59:15 +0000 (14:59 +0200)
commit7fa969bd5a8cbdb8bc7e075079039293c16b2efd
tree6631caf404b4d0fc7215d8d3d0bc9fdcedc984c8
parent27a5fa9034f123e465da94c6d30e040f38104b45
btrfs: move functions for tree compare to send.c

Send is the only user of tree_compare, we can move it there along with
the other helpers and definitions.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/send.c