diff options
Diffstat (limited to 'fs/dlm/lowcomms.c')
-rw-r--r-- | fs/dlm/lowcomms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 76399b7819b4..2b32f3c82feb 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c | |||
@@ -1407,7 +1407,7 @@ void dlm_lowcomms_stop(void) | |||
1407 | clean_writequeues(); | 1407 | clean_writequeues(); |
1408 | 1408 | ||
1409 | for (i = 0; i < max_nodeid; i++) { | 1409 | for (i = 0; i < max_nodeid; i++) { |
1410 | con = nodeid2con(i, 0); | 1410 | con = __nodeid2con(i, 0); |
1411 | if (con) { | 1411 | if (con) { |
1412 | close_connection(con, true); | 1412 | close_connection(con, true); |
1413 | if (con->othercon) | 1413 | if (con->othercon) |