diff options
author | Anand Jain <anand.jain@oracle.com> | 2016-03-10 04:26:59 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-11 11:12:46 -0500 |
commit | ebb8765b2ded869b75bf5154b048119eb52571f7 (patch) | |
tree | 67522464742035b95df955eea7ae906c12ca54e9 /fs/btrfs/tree-log.c | |
parent | 8ae1af3cd127d507dcb1acf67f16120f20632aed (diff) |
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/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 9d2e8ecc5382..eafdb965c206 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include "print-tree.h" | 26 | #include "print-tree.h" |
27 | #include "backref.h" | 27 | #include "backref.h" |
28 | #include "hash.h" | 28 | #include "hash.h" |
29 | #include "compression.h" | ||
29 | 30 | ||
30 | /* magic values for the inode_only field in btrfs_log_inode: | 31 | /* magic values for the inode_only field in btrfs_log_inode: |
31 | * | 32 | * |