Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -4
+2 -4
fs/nfs/Kconfig
··· 209 209 config NFS_V4_2_READ_PLUS 210 210 bool "NFS: Enable support for the NFSv4.2 READ_PLUS operation" 211 211 depends on NFS_V4_2 212 - default n 212 + default y 213 213 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.