summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorChuck Lever2006-09-20 20:33:07 +0200
committerTrond Myklebust2006-09-23 05:25:06 +0200
commit026ed5c9185dcc4b2df92e98c3d61a01cea19cbf (patch)
tree3a070b30921f3fedd06478b0d8a435d786416baa /fs/Kconfig
parentNFS: add comments clarifying the use of nfs_post_op_update() (diff)
downloadkernel-qcow2-linux-026ed5c9185dcc4b2df92e98c3d61a01cea19cbf.tar.gz
kernel-qcow2-linux-026ed5c9185dcc4b2df92e98c3d61a01cea19cbf.tar.xz
kernel-qcow2-linux-026ed5c9185dcc4b2df92e98c3d61a01cea19cbf.zip
NFS: unmark NFS direct I/O as experimental
Remove the EXPERIMENTAL flag from the NFS_DIRECTIO option. Test plan: Unset the EXPERIMENTAL kernel build option and check to see that the NFS direct I/O option is still available. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 530581628311..a27002668bd3 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1471,8 +1471,8 @@ config NFS_V4
If unsure, say N.
config NFS_DIRECTIO
- bool "Allow direct I/O on NFS files (EXPERIMENTAL)"
- depends on NFS_FS && EXPERIMENTAL
+ bool "Allow direct I/O on NFS files"
+ depends on NFS_FS
help
This option enables applications to perform uncached I/O on files
in NFS file systems using the O_DIRECT open() flag. When O_DIRECT