From: Chengwei Yang Date: Mon, 6 May 2013 02:30:47 +0000 (+0800) Subject: [Fix for systemd] Enable autofs support X-Git-Tag: 2.2.1_release~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6448327421c6aa6ca44110b73ea958303ffc02af;p=kernel%2Flinux-3.0.git [Fix for systemd] Enable autofs support systemd has a great feature which can automatically mount filesystem on demand, see systemd.automount(5) for details. This feature depends on autofs support, so here just enable it. Currently, only /proc/sys/fs/binfmt_misc leverages this feature, but there maybe more in future. Change-Id: I78b76e7070929da301f62c5284bcd4ff4bfc9fb4 Signed-off-by: Chengwei Yang Signed-off-by: MyungJoo Ham --- diff --git a/arch/arm/configs/trats2_defconfig b/arch/arm/configs/trats2_defconfig index 6cbadd9..138725c 100644 --- a/arch/arm/configs/trats2_defconfig +++ b/arch/arm/configs/trats2_defconfig @@ -2831,7 +2831,7 @@ CONFIG_FANOTIFY=y # CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set # CONFIG_QUOTA is not set # CONFIG_QUOTACTL is not set -# CONFIG_AUTOFS4_FS is not set +CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y # CONFIG_CUSE is not set CONFIG_GENERIC_ACL=y diff --git a/arch/arm/configs/trats_defconfig b/arch/arm/configs/trats_defconfig index 620478e..0f3cfe7 100644 --- a/arch/arm/configs/trats_defconfig +++ b/arch/arm/configs/trats_defconfig @@ -2785,7 +2785,7 @@ CONFIG_FANOTIFY=y # CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set # CONFIG_QUOTA is not set # CONFIG_QUOTACTL is not set -# CONFIG_AUTOFS4_FS is not set +CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y # CONFIG_CUSE is not set CONFIG_GENERIC_ACL=y