From bd7d13cba0246808ccf22eabcd118d9452b40703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= Date: Wed, 29 Nov 2023 08:46:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E8=B7=AF=E5=BE=84=E7=9A=84?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=E6=94=B9=E4=B8=BAqtfs=5Fde?= =?UTF-8?q?bug=EF=BC=8C=E9=81=BF=E5=85=8D=E5=A4=A7=E9=87=8F=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=AD=A3=E5=B8=B8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李强 --- qtfs/qtfs/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtfs/qtfs/syscall.c b/qtfs/qtfs/syscall.c index 61a0de0..adebeaf 100644 --- a/qtfs/qtfs/syscall.c +++ b/qtfs/qtfs/syscall.c @@ -56,7 +56,7 @@ static inline int qtfs_fstype_judgment(char __user *dir) return 1; } path_put(&path); - qtfs_info("qtfs fstype judge <%s> is not qtfs.\n", path.dentry->d_iname); + qtfs_debug("qtfs fstype judge <%s> is not qtfs.\n", path.dentry->d_iname); return 0; } -- Gitee