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)
commit18d0f5c6e16ce762f92ab7879c30ff2e37cd9cef
tree6631caf404b4d0fc7215d8d3d0bc9fdcedc984c8
parent4b231ae47417d47a6bafab92b452ad629acdacb0
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