btrfs: move the csum helpers into ctree.h
authorJosef Bacik <josef@toxicpanda.com>
Tue, 15 Nov 2022 16:16:14 +0000 (11:16 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:58 +0000 (18:00 +0100)
commit0e6c40ebbb18b32cf4b5fcb3173eaede89b9f440
tree332aad1d9b70443f785cd84edccd563aa9c44096
parent9b48addac406bd10afe447c2182b241dbde1d1a6
btrfs: move the csum helpers into ctree.h

These got moved because of copy+paste, but this code exists in ctree.c,
so move the declarations back into ctree.h.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/accessors.h
fs/btrfs/ctree.h