From 6448327421c6aa6ca44110b73ea958303ffc02af Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Mon, 6 May 2013 10:30:47 +0800 Subject: [PATCH] [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 --- arch/arm/configs/trats2_defconfig | 2 +- arch/arm/configs/trats_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4