diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2006-11-29 13:05:22 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:54 -0500 |
commit | ec59cf710bcf638a895f2ad90cafb1493b95953e (patch) | |
tree | 82ee110009a1da0257a867587359bc38bf5495c1 /arch/powerpc/configs/ppc64_defconfig | |
parent | 0efbc18a753f7d6dbe832e014bc80e2b4c12bece (diff) |
[POWERPC] Change ppc64_defconfig to use AUTOFS_V4 not V3
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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index be11df7c11aa..1c009651f925 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -1386,8 +1386,8 @@ CONFIG_INOTIFY=y | |||
1386 | CONFIG_INOTIFY_USER=y | 1386 | CONFIG_INOTIFY_USER=y |
1387 | # CONFIG_QUOTA is not set | 1387 | # CONFIG_QUOTA is not set |
1388 | CONFIG_DNOTIFY=y | 1388 | CONFIG_DNOTIFY=y |
1389 | CONFIG_AUTOFS_FS=y | 1389 | # CONFIG_AUTOFS_FS is not set |
1390 | # CONFIG_AUTOFS4_FS is not set | 1390 | CONFIG_AUTOFS4_FS=m |
1391 | # CONFIG_FUSE_FS is not set | 1391 | # CONFIG_FUSE_FS is not set |
1392 | 1392 | ||
1393 | # | 1393 | # |