Skip to content

Commit fb4b5f1

Browse files
JoePerchessmfrench
authored andcommitted
cifs: Use #define in cifs_dbg
All other uses of cifs_dbg use defines so change this one. Signed-off-by: Joe Perches <[email protected]> Reviewed-by: Aurelien Aptel <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 86f740f commit fb4b5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/cifs/inode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ cifs_all_info_to_fattr(struct cifs_fattr *fattr, FILE_ALL_INFO *info,
653653
*/
654654
if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
655655
!info->DeletePending) {
656-
cifs_dbg(1, "bogus file nlink value %u\n",
657-
fattr->cf_nlink);
656+
cifs_dbg(VFS, "bogus file nlink value %u\n",
657+
fattr->cf_nlink);
658658
fattr->cf_flags |= CIFS_FATTR_UNKNOWN_NLINK;
659659
}
660660
}

0 commit comments

Comments
 (0)