diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2006-09-20 14:33:07 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-09-22 23:25:06 -0400 |
commit | 026ed5c9185dcc4b2df92e98c3d61a01cea19cbf (patch) | |
tree | 3a070b30921f3fedd06478b0d8a435d786416baa /fs/Kconfig | |
parent | f551e44ff11d3e2ec8f37907bb88ec2433cc8b74 (diff) |
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/Kconfig | 4 |
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 | |||
1471 | If unsure, say N. | 1471 | If unsure, say N. |
1472 | 1472 | ||
1473 | config NFS_DIRECTIO | 1473 | config NFS_DIRECTIO |
1474 | bool "Allow direct I/O on NFS files (EXPERIMENTAL)" | 1474 | bool "Allow direct I/O on NFS files" |
1475 | depends on NFS_FS && EXPERIMENTAL | 1475 | depends on NFS_FS |
1476 | help | 1476 | help |
1477 | This option enables applications to perform uncached I/O on files | 1477 | This option enables applications to perform uncached I/O on files |
1478 | in NFS file systems using the O_DIRECT open() flag. When O_DIRECT | 1478 | in NFS file systems using the O_DIRECT open() flag. When O_DIRECT |