]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: simple stats should always be enabled
authorSteve French <stfrench@microsoft.com>
Tue, 31 Jul 2018 06:21:37 +0000 (01:21 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 7 Aug 2018 19:20:22 +0000 (14:20 -0500)
commit4cfe6e9ebac69dfa0601e1df0988c67fee397190
tree1421d066bffdd441311bff89551640a5a1f0c91e
parentf3842e8791617ecfcb51f7e030eae1c872879694
cifs: simple stats should always be enabled

CONFIG_CIFS_STATS should always be enabled as Pavel recently
noted.  Simple statistics are not a significant performance hit,
and removing the ifdef simplifies the code slightly.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/Kconfig
fs/cifs/cifs_debug.c
fs/cifs/cifsglob.h
fs/cifs/misc.c
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c