From: Randy Dunlap Fix printk format warning(s): fs/cachefiles/cf-proc.c:247: warning: int format, different type arg (arg 4) Signed-off-by: Randy Dunlap Cc: David Howells Signed-off-by: Andrew Morton --- 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: _