From: Jeff Layton Date: Thu, 7 Nov 2013 20:03:39 +0000 (-0500) Subject: cifs: don't spam the logs on unexpected lookup errors X-Git-Tag: v3.13-rc1~52^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8582159edb47a60dd1e5df5a21890f225270f62;p=pandora-kernel.git cifs: don't spam the logs on unexpected lookup errors Andrey reported that he was seeing cifs.ko spam the logs with messages like this: CIFS VFS: Unexpected lookup error -26 He was listing the root directory of a server and hitting an error when trying to QUERY_PATH_INFO against hiberfil.sys and pagefile.sys. The right fix would be to switch the lookup code over to using FIND_FIRST, but until then we really don't need to report this at a level of KERN_ERR. Convert this message over to FYI level. Reported-by: "Andrey Shernyukov" Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed