VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Adrian Bunk <bunk@stusta.de> 2007-01-28 17:19:50 +0100 committer: Steven Whitehouse <swhiteho@redhat.com> 2007-02-05 13:38:08 -0500 commit: 001172778543c6997d3339f43085e43460e5883a parent: 67f55897ee5ffa16ca00ed39d176dc52b5066679
Commit Summary:
[GFS2/DLM] fix GFS2 circular dependency
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index 2c184a97cb12..cbd5f3319321 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -34,11 +34,10 @@ config GFS2_FS_LOCKING_NOLOCK
 
 config GFS2_FS_LOCKING_DLM
 	tristate "GFS2 DLM locking module"
-	depends on GFS2_FS && NET && INET && (IPV6 || IPV6=n)
+	depends on GFS2_FS && SYSFS && NET && INET && (IPV6 || IPV6=n)
 	select IP_SCTP if DLM_SCTP
 	select CONFIGFS_FS
 	select DLM
-	select SYSFS
 	help
 	Multiple node locking module for GFS2