diff options
author | Linus Torvalds | 2005-06-02 01:32:03 +0200 |
---|---|---|
committer | Linus Torvalds | 2005-06-02 01:32:03 +0200 |
commit | 16a789c11df5069576ef89f817348dbc6f3bd87e (patch) | |
tree | dddca32c59bc15a4570e4b449072b455eb7a97ce /fs/cifs/dir.c | |
parent | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/ne... (diff) | |
parent | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2... (diff) | |
download | kernel-qcow2-linux-16a789c11df5069576ef89f817348dbc6f3bd87e.tar.gz kernel-qcow2-linux-16a789c11df5069576ef89f817348dbc6f3bd87e.tar.xz kernel-qcow2-linux-16a789c11df5069576ef89f817348dbc6f3bd87e.zip |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r-- | fs/cifs/dir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index e3137aa48cdd..3f3538d4a1fa 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c @@ -392,7 +392,8 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry, struct name rc = 0; d_add(direntry, NULL); } else { - cERROR(1,("Error 0x%x or on cifs_get_inode_info in lookup",rc)); + cERROR(1,("Error 0x%x on cifs_get_inode_info in lookup of %s", + rc,full_path)); /* BB special case check for Access Denied - watch security exposure of returning dir info implicitly via different rc if file exists or not but no access BB */ |