Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46315
b: refs/heads/master
c: 0011727
h: refs/heads/master
i:
  46313: a4b9b39
  46311: 5f7c5d9
v: v3
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed Feb 5, 2007
1 parent 546cad6 commit cdfaf85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67f55897ee5ffa16ca00ed39d176dc52b5066679
refs/heads/master: 001172778543c6997d3339f43085e43460e5883a
3 changes: 1 addition & 2 deletions trunk/fs/dlm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ menu "Distributed Lock Manager"

config DLM
tristate "Distributed Lock Manager (DLM)"
depends on IPV6 || IPV6=n
depends on SYSFS && (IPV6 || IPV6=n)
select CONFIGFS_FS
select SYSFS
select IP_SCTP if DLM_SCTP
help
A general purpose distributed lock manager for kernel or userspace
Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/gfs2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cdfaf85

Please sign in to comment.