aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Senozhatsky <[email protected]>2014-04-07 15:38:06 -0700
committerLinus Torvalds <[email protected]>2014-04-07 16:36:00 -0700
commit59fc86a4922f1a1c0f69eac758a7e2b2b138aab4 (patch)
tree6caa2337170d9376631fe7b5f6e506dd49d84a34
parent6444724939db5de7390c90f7b4a657159b3b4465 (diff)
zram: drop not used table `count' member
struct table `count' member is not used. Signed-off-by: Sergey Senozhatsky <[email protected]> Cc: Minchan Kim <[email protected]> Acked-by: Jerome Marchand <[email protected]> Cc: Nitin Gupta <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/block/zram/zram_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/zram/zram_drv.h b/drivers/block/zram/zram_drv.h
index 58d4ac537f65..1d5b1f5786a8 100644
--- a/drivers/block/zram/zram_drv.h
+++ b/drivers/block/zram/zram_drv.h
@@ -64,7 +64,6 @@ enum zram_pageflags {
struct table {
unsigned long handle;
u16 size; /* object size (excluding header) */
- u8 count; /* object ref count (not yet used) */
u8 flags;
} __aligned(4);