]> Git Repo - linux.git/commit
btrfs: move uuid tree prototypes to uuid-tree.h
authorJosef Bacik <[email protected]>
Wed, 26 Oct 2022 19:08:28 +0000 (15:08 -0400)
committerDavid Sterba <[email protected]>
Mon, 5 Dec 2022 17:00:46 +0000 (18:00 +0100)
commitc7a03b524d30382ed45883cd27906678e6a0dada
tree515a9979b7547d0196ac9f3a881e4d6d547b768d
parent7c8ede16280586c72c36af6604985d714b84a32c
btrfs: move uuid tree prototypes to uuid-tree.h

Move these out of ctree.h into uuid-tree.h to cut down on the code in
ctree.h.

Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/transaction.c
fs/btrfs/uuid-tree.c
fs/btrfs/uuid-tree.h [new file with mode: 0644]
fs/btrfs/volumes.c
This page took 0.063444 seconds and 4 git commands to generate.