* [-mm patch] DLM must depend on SYSFS
@ 2005-07-23 22:05 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2005-07-23 22:05 UTC (permalink / raw)
To: David Teigland, Patrick Caulfield; +Cc: linux-kernel
CONFIG_DLM=y and CONFIG_SYSFS=n results in the following compile error:
<-- snip -->
...
LD vmlinux
drivers/built-in.o:(.data+0x271e80): undefined reference to `kernel_subsys'
make: *** [vmlinux] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig.old 2005-07-23 22:24:35.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig 2005-07-23 22:26:00.000000000 +0200
@@ -3,6 +3,7 @@
config DLM
tristate "Distributed Lock Manager (DLM)"
+ depends on SYSFS
select IP_SCTP
help
A general purpose distributed lock manager for kernel or userspace
^ permalink raw reply [flat|nested] 4+ messages in thread
* [-mm patch] DLM must depend on SYSFS
@ 2005-08-22 16:20 Adrian Bunk
2005-08-23 2:12 ` David Teigland
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2005-08-22 16:20 UTC (permalink / raw)
To: David Teigland, Patrick Caulfield; +Cc: linux-kernel
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 -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [-mm patch] DLM must depend on SYSFS
2005-08-22 16:20 Adrian Bunk
@ 2005-08-23 2:12 ` David Teigland
0 siblings, 0 replies; 4+ messages in thread
From: David Teigland @ 2005-08-23 2:12 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Patrick Caulfield, linux-kernel
On 8/23/05, Adrian Bunk <bunk@stusta.de> wrote:
> config DLM
> tristate "Distributed Lock Manager (DLM)"
> + depends on SYSFS
> depends on IPV6 || IPV6=n
> select IP_SCTP
> select CONFIGFS_FS
Thanks, you added this once before but it got clobbered
by your subsequent depends on IPV6 patch.
Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* [-mm patch] DLM must depend on SYSFS
@ 2005-10-31 11:13 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2005-10-31 11:13 UTC (permalink / raw)
To: Andrew Morton; +Cc: David Teigland, Patrick Caulfield, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-31 11:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-31 11:13 [-mm patch] DLM must depend on SYSFS Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-08-22 16:20 Adrian Bunk
2005-08-23 2:12 ` David Teigland
2005-07-23 22:05 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox