aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>2014-04-07 15:38:06 -0700
committerMister Oyster <oysterized@gmail.com>2016-12-11 13:00:43 +0100
commit3d0e97c21296f46b0f2517ec5a0791246fd9c2fa (patch)
treea6e80ec05bd380455a6048e07a045bf7a1a5c3b9
parent889865d6a00059178f56a011b24f888c41062df0 (diff)
zram: drop not used table `count' member
struct table `count' member is not used. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Minchan Kim <minchan@kernel.org> Acked-by: Jerome Marchand <jmarchan@redhat.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/linux/zram_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/zram_drv.h b/include/linux/zram_drv.h
index cfb0e04d9..1262b4be2 100644
--- a/include/linux/zram_drv.h
+++ b/include/linux/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);