aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2019-09-23 10:05:19 -0400
committerDavid Sterba <dsterba@suse.com>2019-11-18 12:46:47 +0100
commit9c7d3a548331e72ba3613eaa5c8a74839462b764 (patch)
tree6e3e7a011b1085121feb1cda159c4074492895c5 /fs/btrfs/ctree.h
parentbtrfs: separate out the extent io init function (diff)
downloadlinux-dev-9c7d3a548331e72ba3613eaa5c8a74839462b764.tar.xz
linux-dev-9c7d3a548331e72ba3613eaa5c8a74839462b764.zip
btrfs: move extent_io_tree defs to their own header
extent_io.c/h are huge, encompassing a bunch of different things. The extent_io_tree code can live on its own, so separate this out. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index fe2b8765d9e6..9939b552089b 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -28,6 +28,7 @@
#include <linux/dynamic_debug.h>
#include <linux/refcount.h>
#include <linux/crc32c.h>
+#include "extent-io-tree.h"
#include "extent_io.h"
#include "extent_map.h"
#include "async-thread.h"