diff options
author | Steve French <[email protected]> | 2020-04-07 10:23:27 -0500 |
---|---|---|
committer | Steve French <[email protected]> | 2020-04-07 13:39:00 -0500 |
commit | 2bcb4fd6ba9152c699d873ffa4593d5a4fe1f8d4 (patch) | |
tree | 187976e91d65bd6f67825908b01d9fefb05ab680 | |
parent | 044b541c11fdb7f51e5177a32ab99aae43b285ef (diff) |
smb3: smbdirect support can be configured by default
smbdirect support (SMB3 over RDMA) should be enabled by
default in many configurations.
It is not experimental and is stable enough and has enough
performance benefits to recommend that it be configured by
default. Change the "If unsure N" to "If unsure Y" in
the description of the configuration parameter.
Acked-by: Aurelien Aptel <[email protected]>
Reviewed-by: Long Li <[email protected]>
Signed-off-by: Steve French <[email protected]>
-rw-r--r-- | fs/cifs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 22cf04fb32d3..604f65f4b6c5 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig @@ -202,7 +202,7 @@ config CIFS_SMB_DIRECT help Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1. SMB Direct allows transferring SMB packets over RDMA. If unsure, - say N. + say Y. config CIFS_FSCACHE bool "Provide CIFS client caching support" |