diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ddc7462ddb56..ca9affd676ae 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -326,8 +326,8 @@ source "fs/xfs/Kconfig" | |||
326 | source "fs/gfs2/Kconfig" | 326 | source "fs/gfs2/Kconfig" |
327 | 327 | ||
328 | config OCFS2_FS | 328 | config OCFS2_FS |
329 | tristate "OCFS2 file system support (EXPERIMENTAL)" | 329 | tristate "OCFS2 file system support" |
330 | depends on NET && SYSFS && EXPERIMENTAL | 330 | depends on NET && SYSFS |
331 | select CONFIGFS_FS | 331 | select CONFIGFS_FS |
332 | select JBD | 332 | select JBD |
333 | select CRC32 | 333 | select CRC32 |
@@ -1472,8 +1472,8 @@ config NFS_V4 | |||
1472 | If unsure, say N. | 1472 | If unsure, say N. |
1473 | 1473 | ||
1474 | config NFS_DIRECTIO | 1474 | config NFS_DIRECTIO |
1475 | bool "Allow direct I/O on NFS files (EXPERIMENTAL)" | 1475 | bool "Allow direct I/O on NFS files" |
1476 | depends on NFS_FS && EXPERIMENTAL | 1476 | depends on NFS_FS |
1477 | help | 1477 | help |
1478 | This option enables applications to perform uncached I/O on files | 1478 | This option enables applications to perform uncached I/O on files |
1479 | in NFS file systems using the O_DIRECT open() flag. When O_DIRECT | 1479 | in NFS file systems using the O_DIRECT open() flag. When O_DIRECT |