diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 12:26:59 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 12:26:59 -0400 |
commit | 363e065c02b1273364d5356711a83e7f548fc0c8 (patch) | |
tree | 0df0e65da403ade33ade580c2770c97437b1b1af /fs/Kconfig | |
parent | 907b9bceb41fa46beae93f79cc4a2247df502c0f (diff) | |
parent | 7c250413e5b7c3dfae89354725b70c76d7621395 (diff) |
[GFS2] Fix up merge of Linus' kernel into GFS2
This fixes up a couple of conflicts when merging up with
Linus' latest kernel. This will hopefully allow GFS2 to
be more easily merged into forthcoming -mm and FC kernels
due to the "one line per header" format now used for the
kernel headers.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Conflicts:
include/linux/Kbuild
include/linux/kernel.h
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 |