diff -Nurp -X dontdiff-aq a/2.6.12-rc3/fs/xfs/Kconfig c/2.6.12-rc3/fs/xfs/Kconfig --- a/2.6.12-rc3/fs/xfs/Kconfig 2005-03-02 16:38:08.000000000 +0900 +++ c/2.6.12-rc3/fs/xfs/Kconfig 2005-04-28 17:51:47.000000000 +0900 @@ -1,5 +1,3 @@ -menu "XFS support" - config XFS_FS tristate "XFS filesystem support" select EXPORTFS if NFSD!=n @@ -20,10 +18,6 @@ config XFS_FS system of your root partition is compiled as a module, you'll need to use an initial ramdisk (initrd) to boot. -config XFS_EXPORT - bool - default y if XFS_FS && EXPORTFS - config XFS_RT bool "Realtime support (EXPERIMENTAL)" depends on XFS_FS && EXPERIMENTAL @@ -82,4 +76,7 @@ config XFS_POSIX_ACL If you don't know what Access Control Lists are, say N. -endmenu +config XFS_EXPORT + bool + default y if XFS_FS && EXPORTFS +