diff options
author | Anand Jain <anand.jain@oracle.com> | 2016-03-10 17:26:59 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-11 17:12:46 +0100 |
commit | ebb8765b2ded869b75bf5154b048119eb52571f7 (patch) | |
tree | 67522464742035b95df955eea7ae906c12ca54e9 /fs/btrfs/ctree.h | |
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/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b69ad1305b71..0ef28fd2bd27 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; |