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

Move these out of ctree.h into verity.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/inode.c
fs/btrfs/send.c
fs/btrfs/super.c
fs/btrfs/verity.c
fs/btrfs/verity.h [new file with mode: 0644]