[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)
commited2b91701d97047fa9970645e43d5e551e261adb
tree968ebd96c6cefbb56f5dad7e3b5b8ebd38ee5c2b
parente6ab15827eec0bc4444421f7ccf0223de321c708
[CIFS] Do not log path names in lookup errors

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>
fs/cifs/dir.c