summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.h
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2017-08-13 12:02:41 +0800
committerDavid Sterba <dsterba@suse.com>2017-08-18 16:36:29 +0200
commitdc2f29212a2648164b054016dc5b948bf0fc92d5 (patch)
tree6eec9ea7b862d06295a072121bc7a7aa0a526b9d /fs/btrfs/compression.h
parentb94417eaa5f5a20d58a99328a401c0b5a812ec7d (diff)
btrfs: remove unused BTRFS_COMPRESS_LAST
We aren't using this define, so removing it. 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/compression.h')
-rw-r--r--fs/btrfs/compression.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h
index 8508ba6b9aef..3b1b0ac15fdc 100644
--- a/fs/btrfs/compression.h
+++ b/fs/btrfs/compression.h
@@ -100,7 +100,6 @@ enum btrfs_compression_type {
BTRFS_COMPRESS_ZLIB = 1,
BTRFS_COMPRESS_LZO = 2,
BTRFS_COMPRESS_TYPES = 2,
- BTRFS_COMPRESS_LAST = 3,
};
struct btrfs_compress_op {