mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-28 03:39:54 +02:00
linux: enable CONFIG_FHANDLE
Udev has race conditions without it enabled, see https://www.mail-archive.com/systemd-devel@lists.freedesktop.org/msg16660.html for more details. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@ -53,7 +53,7 @@ CONFIG_SYSVIPC_SYSCTL=y
|
||||
# CONFIG_POSIX_MQUEUE is not set
|
||||
CONFIG_BSD_PROCESS_ACCT=y
|
||||
CONFIG_BSD_PROCESS_ACCT_V3=y
|
||||
# CONFIG_FHANDLE is not set
|
||||
|
||||
CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
@ -2510,3 +2510,4 @@ CONFIG_CMA_SIZE_MBYTES=192
|
||||
CONFIG_W1=m
|
||||
CONFIG_W1_SUNXI=m
|
||||
CONFIG_W1_MASTER_GPIO=m
|
||||
CONFIG_FHANDLE=y
|
||||
|
Reference in New Issue
Block a user