summaryrefslogtreecommitdiffstats
path: root/fs/ceph/cache.c
diff options
context:
space:
mode:
authorChengguang Xu2018-01-30 09:29:17 +0100
committerIlya Dryomov2018-04-02 10:12:44 +0200
commit4c069a5821ddc568e9509f49fcc9481c8a43712f (patch)
tree4073453bfae91969d4f5bc094bd0055f7e66a787 /fs/ceph/cache.c
parentrbd: allow "fancy" striping (diff)
downloadkernel-qcow2-linux-4c069a5821ddc568e9509f49fcc9481c8a43712f.tar.gz
kernel-qcow2-linux-4c069a5821ddc568e9509f49fcc9481c8a43712f.tar.xz
kernel-qcow2-linux-4c069a5821ddc568e9509f49fcc9481c8a43712f.zip
ceph: add newline to end of debug message format
Some of dout format do not include newline in the end, fix for the files which are in fs/ceph and net/ceph directories, and changing printk to dout for printing debug info in super.c Signed-off-by: Chengguang Xu <cgxu519@icloud.com> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/cache.c')
-rw-r--r--fs/ceph/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c
index a3ab265d3215..3781f723ff31 100644
--- a/fs/ceph/cache.c
+++ b/fs/ceph/cache.c
@@ -190,7 +190,7 @@ static enum fscache_checkaux ceph_fscache_inode_check_aux(
if (memcmp(data, &aux, sizeof(aux)) != 0)
return FSCACHE_CHECKAUX_OBSOLETE;
- dout("ceph inode 0x%p cached okay", ci);
+ dout("ceph inode 0x%p cached okay\n", ci);
return FSCACHE_CHECKAUX_OKAY;
}