Merge branch 'linux-2.6'
[powerpc.git] / fs / dlm / lowcomms.c
index 5772844..7c1e5e5 100644 (file)
@@ -1437,6 +1437,8 @@ void dlm_lowcomms_stop(void)
                con = __nodeid2con(i, 0);
                if (con) {
                        close_connection(con, true);
+                       if (con->othercon)
+                               kmem_cache_free(con_cache, con->othercon);
                        kmem_cache_free(con_cache, con);
                }
        }