]> git.baikalelectronics.ru Git - kernel.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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Sep 2014 15:10:35 +0000 (08:10 -0700)
commit4ba9f7e2b95181980265aa2333e8f3b0101b9325
tree7c9d42c5b8d1e417523743a7d1215692cffa7368
parentee86a0e8ab996d9646ea0b68cef4600afc59faa9
fs/cachefiles: add missing \n to kerror conversions

Commit c242d8bc1fd9 ("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>
Cc: <stable@vger.kernel.org> [3.16.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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