aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
diff options
context:
space:
mode:
authorAnand Jain <[email protected]>2016-03-10 09:26:59 +0000
committerDavid Sterba <[email protected]>2016-03-11 16:12:46 +0000
commitebb8765b2ded869b75bf5154b048119eb52571f7 (patch)
tree67522464742035b95df955eea7ae906c12ca54e9 /fs/btrfs/ordered-data.c
parentbtrfs: rename btrfs_print_info to btrfs_print_mod_info (diff)
downloadkernel-ebb8765b2ded869b75bf5154b048119eb52571f7.tar.gz
kernel-ebb8765b2ded869b75bf5154b048119eb52571f7.zip
btrfs: move btrfs_compression_type to compression.h
So that its better organized. Signed-off-by: Anand Jain <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/ordered-data.c')
-rw-r--r--fs/btrfs/ordered-data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ordered-data.c b/fs/btrfs/ordered-data.c
index 988eb1513aa5..86e1688c13b2 100644
--- a/fs/btrfs/ordered-data.c
+++ b/fs/btrfs/ordered-data.c
@@ -25,6 +25,7 @@
#include "btrfs_inode.h"
#include "extent_io.h"
#include "disk-io.h"
+#include "compression.h"
static struct kmem_cache *btrfs_ordered_extent_cache;