File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ static DECLARE_WAIT_QUEUE_HEAD(lowcomms_recv_waitq);
143
143
/* An array of pointers to connections, indexed by NODEID */
144
144
static struct connection * * connections ;
145
145
static DECLARE_MUTEX (connections_lock );
146
- static kmem_cache_t * con_cache ;
146
+ static struct kmem_cache * con_cache ;
147
147
static int conn_array_size ;
148
148
149
149
/* List of sockets that have reads pending */
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ config GFS2_FS_LOCKING_NOLOCK
34
34
35
35
config GFS2_FS_LOCKING_DLM
36
36
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
38
40
select DLM
39
41
help
40
42
Multiple node locking module for GFS2
You can’t perform that action at this time.
0 commit comments