[-mm patch] DLM must depend on SYSFS
From: Adrian Bunk (bunk_at_stusta.de)
Date: 10/31/05
- Previous message: Adrian Bunk: "[2.6 patch] fs/smbfs/request.c: turn NULL dereference into BUG()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Oct 2005 12:13:54 +0100 To: Andrew Morton <akpm@osdl.org>
CONFIG_DLM=y and CONFIG_SYSFS=n results in the following compile error:
<-- snip -->
...
LD vmlinux
drivers/built-in.o:(.data+0x282340): undefined reference to `kernel_subsys'
make: *** [vmlinux] Error 1
<-- snip -->
This patch was already ACK'ed by David Teigland.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- This patch was already sent on: - 22 Aug 2005 --- linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig.old 2005-08-22 01:56:18.000000000 +0200 +++ linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig 2005-08-22 01:56:38.000000000 +0200 @@ -3,6 +3,7 @@ config DLM tristate "Distributed Lock Manager (DLM)" + depends on SYSFS depends on IPV6 || IPV6=n select IP_SCTP select CONFIGFS_FS - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Adrian Bunk: "[2.6 patch] fs/smbfs/request.c: turn NULL dereference into BUG()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|