The patch titled cachefiles: printk format warning has been removed from the -mm tree. Its filename was fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: cachefiles: printk format warning From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix printk format warning(s): fs/cachefiles/cf-proc.c:247: warning: int format, different type arg (arg 4) Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/cachefiles/cf-proc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/cachefiles/cf-proc.c~fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning fs/cachefiles/cf-proc.c --- a/fs/cachefiles/cf-proc.c~fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning +++ a/fs/cachefiles/cf-proc.c @@ -244,7 +244,7 @@ static ssize_t cachefiles_proc_write(str error: kfree(data); - _leave(" = %d", ret); + _leave(" = %zd", ret); return ret; found_command: _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are kconfig-refactoring-for-better-menu-nesting.patch acx1xx-wireless-driver.patch get_options-to-allow-a-hypenated-range-for-isolcpus.patch fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning.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