[-mm patch] DLM must depend on SYSFS

From: Adrian Bunk (bunk_at_stusta.de)
Date: 10/31/05

  • Next message: Adrian Bunk: "[2.6 patch] let CIFS_EXPERIMENTAL depend on EXPERIMENTAL"
    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/
    

  • Next message: Adrian Bunk: "[2.6 patch] let CIFS_EXPERIMENTAL depend on EXPERIMENTAL"

    Relevant Pages

    • Re: [parisc-linux] Re: [PATCH 3/9] mm: parisc pte atomicity
      ... using your own tmpalias area sounds much better than getting ... I've simply not wrapped my head around the races, ... it looks like we agree that my patch is necessary and valid as is; ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: keyboard - was: Re: Linux 2.6.0-test4
      ... >> I was able to get the key unstuck by switching back and forth between ... I rebuild my kernel including your patch; ... I'll get back to you once I verify that the problem doesn't occur ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [CFT][PATCH] 2.6.4-rc1 remove x86 boot page tables
      ... > For VISWS I think you actually need to turn paging off explicitly. ... The patch will need a few tweaks but it should be fairly straight forward. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] clarify message and give support contact for non-GPL modules
      ... The author of the second module ... So here is another attempt at the patch. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [PATCH 4/5] random periodicity detection fix
      ... >> WAY overestimating input entropy. ... > My patch did the opposite of your patch: ... 5/5 is a step in that direction, but the filtering is ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)