The patch titled Subject: zram: fix typo in comment has been removed from the -mm tree. Its filename was zram-write-incompressible-pages-to-backing-device-fix.patch This patch was dropped because it was folded into zram-write-incompressible-pages-to-backing-device.patch ------------------------------------------------------ From: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Subject: zram: fix typo in comment ZRAM_SAME means page consists the same element not the entirely zero page. Link: http://lkml.kernel.org/r/1502707447-6944-2-git-send-email-xieyisheng1@xxxxxxxxxx Signed-off-by: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Juneho Choi <juno.choi@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/zram/zram_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/block/zram/zram_drv.h~zram-write-incompressible-pages-to-backing-device-fix drivers/block/zram/zram_drv.h --- a/drivers/block/zram/zram_drv.h~zram-write-incompressible-pages-to-backing-device-fix +++ a/drivers/block/zram/zram_drv.h @@ -60,7 +60,7 @@ static const size_t max_zpage_size = PAG /* Flags for zram pages (table[page_no].value) */ enum zram_pageflags { - /* Page consists entirely of zeros */ + /* Page consists the same element */ ZRAM_SAME = ZRAM_FLAG_SHIFT, ZRAM_ACCESS, /* page is now accessed */ ZRAM_WB, /* page is stored on backing_device */ _ Patches currently in -mm which might be from xieyisheng1@xxxxxxxxxx are zram-write-incompressible-pages-to-backing-device.patch zram-read-page-from-backing-device-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html