[CIFS] Do not log path names in lookup errors
authorSteve French <sfrench@us.ibm.com>
Sun, 20 Jan 2008 00:30:29 +0000 (00:30 +0000)
committerSteve French <sfrench@us.ibm.com>
Sun, 20 Jan 2008 00:30:29 +0000 (00:30 +0000)
Andi Kleen noticed that we were logging access denied errors (which is
noisy in the dmesg log, and not needed to be logged) and that we were
logging path names on that an other errors (e.g. EIO) which we should
not be doing.

CC: Andi Kleen <ak@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found