Re: [-mm patch] DLM must depend on SYSFS

2005-08-22 Thread David Teigland
On 8/23/05, Adrian Bunk <[EMAIL PROTECTED]> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[-mm patch] DLM must depend on SYSFS

2005-08-22 Thread Adrian Bunk
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 <[EMAIL PROTECTED]>

--- linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig.old   2005-08-22 
01:56:18.0 +0200
+++ linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig   2005-08-22 
01:56:38.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[-mm patch] DLM must depend on SYSFS

2005-08-22 Thread Adrian Bunk
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 [EMAIL PROTECTED]

--- linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig.old   2005-08-22 
01:56:18.0 +0200
+++ linux-2.6.13-rc6-mm1-full/drivers/dlm/Kconfig   2005-08-22 
01:56:38.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [-mm patch] DLM must depend on SYSFS

2005-08-22 Thread David Teigland
On 8/23/05, Adrian Bunk [EMAIL PROTECTED] 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
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[-mm patch] DLM must depend on SYSFS

2005-07-23 Thread Adrian Bunk
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 <[EMAIL PROTECTED]>

--- linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig.old   2005-07-23 
22:24:35.0 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig   2005-07-23 
22:26:00.0 +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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[-mm patch] DLM must depend on SYSFS

2005-07-23 Thread Adrian Bunk
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 [EMAIL PROTECTED]

--- linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig.old   2005-07-23 
22:24:35.0 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/dlm/Kconfig   2005-07-23 
22:26:00.0 +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

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/