commit | ed2b91701d97047fa9970645e43d5e551e261adb | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Sun Jan 20 00:30:29 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Sun Jan 20 00:30:29 2008 +0000 |
tree | 968ebd96c6cefbb56f5dad7e3b5b8ebd38ee5c2b | |
parent | e6ab15827eec0bc4444421f7ccf0223de321c708 [diff] |
[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>