Subject: + zram-propagate-error-to-user-fix-2.patch added to -mm tree To: fengguang.wu@xxxxxxxxx,minchan@xxxxxxxxxx,sfr@xxxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 17 Mar 2014 13:48:44 -0700 The patch titled Subject: zram: fix coccinelle warnings has been added to the -mm tree. Its filename is zram-propagate-error-to-user-fix-2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/zram-propagate-error-to-user-fix-2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/zram-propagate-error-to-user-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Fengguang Wu <fengguang.wu@xxxxxxxxx> Subject: zram: fix coccinelle warnings Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/zram/zcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/block/zram/zcomp.c~zram-propagate-error-to-user-fix-2 drivers/block/zram/zcomp.c --- a/drivers/block/zram/zcomp.c~zram-propagate-error-to-user-fix-2 +++ a/drivers/block/zram/zcomp.c @@ -234,7 +234,7 @@ static void zcomp_strm_single_release(st static bool zcomp_strm_single_set_max_streams(struct zcomp *comp, int num_strm) { /* zcomp_strm_single support only max_comp_streams == 1 */ - return 0; + return false; } static void zcomp_strm_single_destroy(struct zcomp *comp) _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are pagewalk-remove-argument-hmask-from-hugetlb_entry-fix.patch pagewalk-remove-argument-hmask-from-hugetlb_entry-fix-fix.patch mm-readaheadc-fix-readahead-failure-for-memoryless-numa-nodes-and-limit-readahead-pages.patch tools-vm-page-typesc-page-cache-sniffing-feature.patch zram-propagate-error-to-user-fix-2.patch linux-next.patch mm-add-strictlimit-knob-v2.patch debugging-keep-track-of-page-owners.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