summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2019-08-21 12:48:25 -0400
committerDavid Sterba <dsterba@suse.com>2019-09-09 08:59:15 -0400
commit602cbe91fb012a923a9fea880e600e004eb1543b (patch)
tree726a8c9f2373aa9136c7f3d7c6f404534f1a168d /fs/btrfs/tree-log.c
parentd2979aa25fc8de6498d906ae6b46b028457d6400 (diff)
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>
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r--fs/btrfs/tree-log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index 19a4b9dc669f..34d087008b72 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -8,6 +8,7 @@
8#include <linux/blkdev.h> 8#include <linux/blkdev.h>
9#include <linux/list_sort.h> 9#include <linux/list_sort.h>
10#include <linux/iversion.h> 10#include <linux/iversion.h>
11#include "misc.h"
11#include "ctree.h" 12#include "ctree.h"
12#include "tree-log.h" 13#include "tree-log.h"
13#include "disk-io.h" 14#include "disk-io.h"