I think the comma in this string can be removed, so that the output
information is more standardized.

Signed-off-by: Li zeming <zem...@nfschina.com>
---
 fs/cachefiles/namei.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index facf2ebe464b..28b93e798ef7 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
@@ -100,7 +100,7 @@ struct dentry *cachefiles_get_directory(struct 
cachefiles_cache *cache,
        struct path path;
        int ret;
 
-       _enter(",,%s", dirname);
+       _enter(",%s", dirname);
 
        /* search the current directory for the element name */
        inode_lock_nested(d_inode(dir), I_MUTEX_PARENT);
-- 
2.18.2

--
Linux-cachefs mailing list
Linux-cachefs@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-cachefs

Reply via email to