linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DLM needs SYSFS
@ 2006-11-18  7:30 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-11-18  7:30 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: swhiteho, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

DLM uses/needs SYSFS (kernel_subsys).
This also prevents DLM from being able to select CONFIGFS,
which also uses SYSFS and caused yet another build error.

Also fix Kconfig help text formatting to use kernel indentation
convention.

(It seems odd that the menu for DLM depends on
INET && IP_SCTP && EXPERIMENTAL, but DLM depends on
a different list of symbols.)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 fs/dlm/Kconfig |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--- linux-2619-rc6.orig/fs/dlm/Kconfig
+++ linux-2619-rc6/fs/dlm/Kconfig
@@ -3,18 +3,18 @@ menu "Distributed Lock Manager"
 
 config DLM
 	tristate "Distributed Lock Manager (DLM)"
-	depends on IPV6 || IPV6=n
+	depends on (IPV6 || IPV6=n) && SYSFS
 	select CONFIGFS_FS
 	help
-	A general purpose distributed lock manager for kernel or userspace
-	applications.
+	  A general purpose distributed lock manager for kernel or userspace
+	  applications.
 
 config DLM_DEBUG
 	bool "DLM debugging"
 	depends on DLM
 	help
-	Under the debugfs mount point, the name of each lockspace will
-	appear as a file in the "dlm" directory.  The output is the
-	list of resource and locks the local node knows about.
+	  Under the debugfs mount point, the name of each lockspace will
+	  appear as a file in the "dlm" directory.  The output is the
+	  list of resource and locks the local node knows about.
 
 endmenu


---

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-18  7:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18  7:30 [PATCH] DLM needs SYSFS Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).