btrfs: rename struct-funcs.c to accessors.c
authorJosef Bacik <josef@toxicpanda.com>
Wed, 19 Oct 2022 14:50:58 +0000 (10:50 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:42 +0000 (18:00 +0100)
commit818fe33aed42ddd5052171328a3f708e98357e10
treead6b00e9ae98ac858004ab14c85e6d12315d05dd
parentd83eb482b727e7d9fdf6f729db6da3642c4d8a58
btrfs: rename struct-funcs.c to accessors.c

Rename struct-funcs.c to accessors.c so we can move the item accessors
out of ctree.h. accessors.c is a better description of the code that is
contained in these files.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/Makefile
fs/btrfs/accessors.c [new file with mode: 0644]
fs/btrfs/struct-funcs.c [deleted file]