diff options
Diffstat (limited to 'fs/dlm/lowcomms-tcp.c')
-rw-r--r-- | fs/dlm/lowcomms-tcp.c | 2 |
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 */ |
144 | static struct connection **connections; | 144 | static struct connection **connections; |
145 | static DECLARE_MUTEX(connections_lock); | 145 | static DECLARE_MUTEX(connections_lock); |
146 | static kmem_cache_t *con_cache; | 146 | static struct kmem_cache *con_cache; |
147 | static int conn_array_size; | 147 | static int conn_array_size; |
148 | 148 | ||
149 | /* List of sockets that have reads pending */ | 149 | /* List of sockets that have reads pending */ |