zram: drop not used table `count' member
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Mon, 7 Apr 2014 22:38:06 +0000 (15:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:00 +0000 (16:36 -0700)
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>
drivers/block/zram/zram_drv.h

index 58d4ac5..1d5b1f5 100644 (file)
@@ -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);