linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3
@ 2006-11-29 18:05 Linas Vepstas
  2006-11-29 18:45 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Linas Vepstas @ 2006-11-29 18:05 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, nfonteno



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@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
 
 #

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-29 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 18:05 [PATCH] ppc64_defconfig to use AUTOFS_V4 not V3 Linas Vepstas
2006-11-29 18:45 ` Olof Johansson
2006-11-29 19:32   ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).