Skip to content

Commit 9cf2744

Browse files
committed
NFS: Enable the READ_PLUS operation by default
Now that the remaining issues have been worked out, including some unexpected 32 bit issues, we can safely enable the feature by default. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
1 parent 61182c7 commit 9cf2744

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

fs/nfs/Kconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ config NFS_DISABLE_UDP_SUPPORT
209209
config NFS_V4_2_READ_PLUS
210210
bool "NFS: Enable support for the NFSv4.2 READ_PLUS operation"
211211
depends on NFS_V4_2
212-
default n
212+
default y
213213
help
214-
This is intended for developers only. The READ_PLUS operation has
215-
been shown to have issues under specific conditions and should not
216-
be used in production.
214+
Choose Y here to enable use of the NFS v4.2 READ_PLUS operation.

0 commit comments

Comments
 (0)