]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs/cachefiles: add missing \n to kerror conversions
authorFabian Frederick <fabf@skynet.be>
Thu, 25 Sep 2014 23:05:27 +0000 (16:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Oct 2014 20:41:07 +0000 (13:41 -0700)
commit152f5bedd152f978feb08c1fd89c4b80ee32b057
tree56064a643c7d1736373642a88820cec02d3054f5
parentf5eae161fa5737ffa701d267d6f226ca2edb7ada
fs/cachefiles: add missing \n to kerror conversions

commit 6ff66ac77aeaa9c13db28784e1c50c027a1f487b upstream.

Commit 0227d6abb378 ("fs/cachefiles: replace kerror by pr_err") didn't
include newline featuring in original kerror definition

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Reported-by: David Howells <dhowells@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cachefiles/bind.c
fs/cachefiles/daemon.c
fs/cachefiles/internal.h
fs/cachefiles/main.c
fs/cachefiles/namei.c
fs/cachefiles/xattr.c