[PATCH 2/6] UBUNTU: Disable CONFIG_UEVENT_HELPER_PATH
Andy Whitcroft
apw at canonical.com
Wed Sep 16 17:27:20 UTC 2009
From: Amit Kucheria <amit.kucheria at canonical.com>
We don't use /sbin/hotplug anymore. Should save a few cycles since it is tested
for in lib/kobject_uevent.c:233
Signed-off-by: Amit Kucheria <amit.kucheria at canonical.com>
Signed-off-by: Scott James Remnant <scott at canonical.com>
Acked-by: Tim Gardner <tim.gardner at canonical.com>
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
debian.master/config/config.common.ports | 2 +-
debian.master/config/config.common.ubuntu | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index 3abc888..6b02088 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -3267,7 +3267,7 @@ CONFIG_UCB1400_CORE=m
CONFIG_UDBG_RTAS_CONSOLE=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_UFS_DEBUG is not set
# CONFIG_UFS_FS_WRITE is not set
CONFIG_UID16=y
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 279f690..46c4c16 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -3737,7 +3737,7 @@ CONFIG_UBIFS_FS_ZLIB=y
CONFIG_UCB1400_CORE=m
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_UFS_DEBUG is not set
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
--
1.6.3.rc3.199.g24398
More information about the kernel-team
mailing list