[Linux-cachefs] [PATCH] cachefiles/cachefiles: optimize the string

Li zeming zeming at nfschina.com
Mon Jul 11 03:10:55 UTC 2022


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

Signed-off-by: Li zeming <zeming at 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



More information about the Linux-cachefs mailing list