Skip to content

Commit 1003f06

Browse files
committed
[GFS2] Fix Kconfig
Here is a patch to fix up the Kconfig so that we don't land up with problems when people disable the NET subsystem. Thanks for all the hints and suggestions that people have sent me regarding this. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Aleksandr Koltsoff <czr@iki.fi> Cc: Toralf Förster <toralf.foerster@gmx.de> Cc: Randy Dunlap <randy.dunlap@oracle.com> Cc: Adrian Bunk <bunk@stusta.de> Cc: Chris Zubrzycki <chris@middle--earth.org> Cc: Patrick Caulfield <pcaulfie@redhat.com>
1 parent c80e7c8 commit 1003f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fs/gfs2/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ config GFS2_FS_LOCKING_NOLOCK
3434

3535
config GFS2_FS_LOCKING_DLM
3636
tristate "GFS2 DLM locking module"
37-
depends on GFS2_FS
37+
depends on GFS2_FS && NET && INET && (IPV6 || IPV6=n)
38+
select IP_SCTP if DLM_SCTP
39+
select CONFIGFS_FS
3840
select DLM
3941
help
4042
Multiple node locking module for GFS2

0 commit comments

Comments
 (0)