projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94417e
)
btrfs: remove unused BTRFS_COMPRESS_LAST
author
Anand Jain
<anand.jain@oracle.com>
Sun, 13 Aug 2017 04:02:41 +0000
(12:02 +0800)
committer
David Sterba
<dsterba@suse.com>
Fri, 18 Aug 2017 14:36:29 +0000
(16:36 +0200)
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>
fs/btrfs/compression.h
patch
|
blob
|
history
diff --git
a/fs/btrfs/compression.h
b/fs/btrfs/compression.h
index 8508ba6b9aef6deead0c534a3dced743fa69b8df..3b1b0ac15fdcf22a1a751d5bde97dfe0225019d6 100644
(file)
--- 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 {