diff options
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r-- | fs/cifs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 5384c2a640ca..11ff5f116b20 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c | |||
@@ -756,7 +756,7 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry, | |||
756 | /* if it was once a directory (but how can we tell?) we could do | 756 | /* if it was once a directory (but how can we tell?) we could do |
757 | shrink_dcache_parent(direntry); */ | 757 | shrink_dcache_parent(direntry); */ |
758 | } else if (rc != -EACCES) { | 758 | } else if (rc != -EACCES) { |
759 | cifs_dbg(VFS, "Unexpected lookup error %d\n", rc); | 759 | cifs_dbg(FYI, "Unexpected lookup error %d\n", rc); |
760 | /* We special case check for Access Denied - since that | 760 | /* We special case check for Access Denied - since that |
761 | is a common return code */ | 761 | is a common return code */ |
762 | } | 762 | } |