[PATCH] ppc64_defconfig to use AUTOFS_V4 not V3
Linas Vepstas
linas at austin.ibm.com
Thu Nov 30 05:05:22 EST 2006
Paul,
Please apply. Although I have a general question: who is served
by the ppc64_defconfig these days? Any reason why its not more
like powerpc_defcofig? "make defconfig" uses uname -m to pick up
the defconfig, and my cell, rhel5 and sles10 boxes report ppc64
not pseries for uname -m.
--linas
Defconfig ppc64 kernels running under late-model distros
may hang in the automounter rc.d script, which seems to be
expecting autofs version 4. This patch uses the newer autofs.
Signed-off-by: Linas Vepstas <linas at austin.ibm.com>
----
arch/powerpc/configs/ppc64_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.19-rc4-git3/arch/powerpc/configs/ppc64_defconfig
===================================================================
--- linux-2.6.19-rc4-git3.orig/arch/powerpc/configs/ppc64_defconfig 2006-11-01 16:15:06.000000000 -0600
+++ linux-2.6.19-rc4-git3/arch/powerpc/configs/ppc64_defconfig 2006-11-29 11:53:48.000000000 -0600
@@ -1386,8 +1386,8 @@ CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
-CONFIG_AUTOFS_FS=y
-# CONFIG_AUTOFS4_FS is not set
+# CONFIG_AUTOFS_FS is not set
+CONFIG_AUTOFS4_FS=m
# CONFIG_FUSE_FS is not set
#
More information about the Linuxppc-dev
mailing list