提交 fb4b5f13 编写于 作者: J Joe Perches 提交者: Steve French

cifs: Use #define in cifs_dbg

All other uses of cifs_dbg use defines so change this one.
Signed-off-by: NJoe Perches <joe@perches.com>
Reviewed-by: NAurelien Aptel <aaptel@suse.com>
Signed-off-by: NSteve French <stfrench@microsoft.com>
上级 86f740f2
...@@ -653,8 +653,8 @@ cifs_all_info_to_fattr(struct cifs_fattr *fattr, FILE_ALL_INFO *info, ...@@ -653,8 +653,8 @@ cifs_all_info_to_fattr(struct cifs_fattr *fattr, FILE_ALL_INFO *info,
*/ */
if ((fattr->cf_nlink < 1) && !tcon->unix_ext && if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
!info->DeletePending) { !info->DeletePending) {
cifs_dbg(1, "bogus file nlink value %u\n", cifs_dbg(VFS, "bogus file nlink value %u\n",
fattr->cf_nlink); fattr->cf_nlink);
fattr->cf_flags |= CIFS_FATTR_UNKNOWN_NLINK; fattr->cf_flags |= CIFS_FATTR_UNKNOWN_NLINK;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册