]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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 11:02:48 +0000 (13:02 +0200)
commitdcaa5a53ccfd82c1a0c152ac771381a83e7a65e0
treea14a9685f17cd1fbd09e539f1dcaad0dee03d0d5
parent3ff8eda23a8a2d59ed19bffa9642726f1919669a
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