]> git.dujemihanovic.xyz Git - linux.git/commit
btrfs: move cond_wake_up functions out of ctree
authorDavid Sterba <dsterba@suse.com>
Wed, 21 Aug 2019 16:48:25 +0000 (18:48 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 9 Sep 2019 12:59:15 +0000 (14:59 +0200)
commit602cbe91fb012a923a9fea880e600e004eb1543b
tree726a8c9f2373aa9136c7f3d7c6f404534f1a168d
parentd2979aa25fc8de6498d906ae6b46b028457d6400
btrfs: move cond_wake_up functions out of ctree

The file ctree.h serves as a header for everything and has become quite
bloated. Split some helpers that are generic and create a new file that
should be the catch-all for code that's not btrfs-specific.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: David Sterba <dsterba@suse.com>
12 files changed:
fs/btrfs/compression.c
fs/btrfs/ctree.h
fs/btrfs/delayed-inode.c
fs/btrfs/dev-replace.c
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/locking.c
fs/btrfs/misc.h [new file with mode: 0644]
fs/btrfs/ordered-data.c
fs/btrfs/transaction.c
fs/btrfs/tree-log.c
fs/btrfs/zstd.c