summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2016-03-10 17:26:59 +0800
committerDavid Sterba <dsterba@suse.com>2016-03-11 17:12:46 +0100
commitebb8765b2ded869b75bf5154b048119eb52571f7 (patch)
tree67522464742035b95df955eea7ae906c12ca54e9 /fs/btrfs/ctree.h
parent8ae1af3cd127d507dcb1acf67f16120f20632aed (diff)
downloadop-kernel-dev-ebb8765b2ded869b75bf5154b048119eb52571f7.zip
op-kernel-dev-ebb8765b2ded869b75bf5154b048119eb52571f7.tar.gz
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/ctree.h')
-rw-r--r--fs/btrfs/ctree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index b69ad13..0ef28fd 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -718,14 +718,6 @@ struct btrfs_timespec {
__le32 nsec;
} __attribute__ ((__packed__));
-enum btrfs_compression_type {
- BTRFS_COMPRESS_NONE = 0,
- BTRFS_COMPRESS_ZLIB = 1,
- BTRFS_COMPRESS_LZO = 2,
- BTRFS_COMPRESS_TYPES = 2,
- BTRFS_COMPRESS_LAST = 3,
-};
-
struct btrfs_inode_item {
/* nfs style generation number */
__le64 generation;
OpenPOWER on IntegriCloud