aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/lowcomms-tcp.c')
-rw-r--r--fs/dlm/lowcomms-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms-tcp.c b/fs/dlm/lowcomms-tcp.c
index 8f2791fc8447..9be3a440c42a 100644
--- a/fs/dlm/lowcomms-tcp.c
+++ b/fs/dlm/lowcomms-tcp.c
@@ -143,7 +143,7 @@ static DECLARE_WAIT_QUEUE_HEAD(lowcomms_recv_waitq);
143/* An array of pointers to connections, indexed by NODEID */ 143/* An array of pointers to connections, indexed by NODEID */
144static struct connection **connections; 144static struct connection **connections;
145static DECLARE_MUTEX(connections_lock); 145static DECLARE_MUTEX(connections_lock);
146static kmem_cache_t *con_cache; 146static struct kmem_cache *con_cache;
147static int conn_array_size; 147static int conn_array_size;
148 148
149/* List of sockets that have reads pending */ 149/* List of sockets that have reads pending */