commit | fcabb89299d79010eb923afdd26de04afcc0527f | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Tue Jul 31 01:21:37 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Aug 07 14:20:22 2018 -0500 |
tree | 1421d066bffdd441311bff89551640a5a1f0c91e | |
parent | 9da6ec7775d2cd76df53fbf4f1f35f6d490204f5 [diff] |
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>