]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
btrfs: move super prototypes into super.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:39 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:47 +0000 (18:00 +0100)
commitc03b22076bd2c9fe88c055a35637a836d986db76
tree3dd850292952752a1e20b43af78105568824235f
parent6a6b4daf92fd8393eeac9631318d48d5b25ee4df
btrfs: move super prototypes into super.h

Move these out of ctree.h into super.h to cut down on code in ctree.h.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.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/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/ioctl.c
fs/btrfs/super.c
fs/btrfs/super.h [new file with mode: 0644]