summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
diff options
context:
space:
mode:
authorAnand Jain2016-03-10 10:26:59 +0100
committerDavid Sterba2016-03-11 17:12:46 +0100
commitebb8765b2ded869b75bf5154b048119eb52571f7 (patch)
tree67522464742035b95df955eea7ae906c12ca54e9 /fs/btrfs/extent_map.c
parentbtrfs: rename btrfs_print_info to btrfs_print_mod_info (diff)
downloadkernel-qcow2-linux-ebb8765b2ded869b75bf5154b048119eb52571f7.tar.gz
kernel-qcow2-linux-ebb8765b2ded869b75bf5154b048119eb52571f7.tar.xz
kernel-qcow2-linux-ebb8765b2ded869b75bf5154b048119eb52571f7.zip
btrfs: move btrfs_compression_type to compression.h
So that its better organized. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_map.c')
-rw-r--r--fs/btrfs/extent_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_map.c b/fs/btrfs/extent_map.c
index cdbadeaef202..cca21ff6553b 100644
--- a/fs/btrfs/extent_map.c
+++ b/fs/btrfs/extent_map.c
@@ -4,6 +4,7 @@
#include <linux/hardirq.h>
#include "ctree.h"
#include "extent_map.h"
+#include "compression.h"
static struct kmem_cache *extent_map_cache;