OSDN Git Service

btrfs: move root helpers back into ctree.h
authorJosef Bacik <josef@toxicpanda.com>
Tue, 15 Nov 2022 16:16:10 +0000 (11:16 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:58 +0000 (18:00 +0100)
commit1fe5ebc4e17dfbffeefe52abab75b02ad0f3a97e
treee72ecef56bfe33a4bd49ec3c6fa0be6c3b9a25d6
parentbacf60e515862904dd91a332f3a54f092416eaa6
btrfs: move root helpers back into ctree.h

These accidentally got brought into accessors.h, but belong with the
btrfs_root definitions which are currently in ctree.h.  Move these to
make it easier to sync accessors.[ch] into btrfs-progs.

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