From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: David Teigland <teigland@redhat.com>,
Patrick Caulfield <pcaulfie@redhat.com>,
linux-kernel@vger.kernel.org
Subject: [-mm patch] DLM must depend on SYSFS
Date: Mon, 31 Oct 2005 12:13:54 +0100 [thread overview]
Message-ID: <20051031111354.GH8009@stusta.de> (raw)
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
next reply other threads:[~2005-10-31 11:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-31 11:13 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-22 16:20 [-mm patch] DLM must depend on SYSFS Adrian Bunk
2005-08-23 2:12 ` David Teigland
2005-07-23 22:05 Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051031111354.GH8009@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pcaulfie@redhat.com \
--cc=teigland@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.