CIFS: Improve readdir verbosity
authorPavel Shilovsky <pshilov@microsoft.com>
Tue, 6 Jun 2017 23:58:58 +0000 (16:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2017 10:48:51 +0000 (12:48 +0200)
commit63ba840a53d61a502a742db2ca6f2334b9717a4f
tree62a9b9b0567584d6c4490a7392b13f369df47006
parent824b9506e4f27bf63dea55f1af27a2a75ff8934e
CIFS: Improve readdir verbosity

commit dcd87838c06f05ab7650b249ebf0d5b57ae63e1e upstream.

Downgrade the loglevel for SMB2 to prevent filling the log
with messages if e.g. readdir was interrupted. Also make SMB2
and SMB1 codepaths do the same logging during readdir.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c