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>
This commit is contained in:
Anand Jain
2016-03-10 17:26:59 +08:00
committed by David Sterba
parent 8ae1af3cd1
commit ebb8765b2d
13 changed files with 20 additions and 8 deletions

View File

@@ -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;