Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80605
b: refs/heads/master
c: 39bd417
h: refs/heads/master
i:
  80603: 96ef94a
v: v3
  • Loading branch information
Patrick Caulfeld authored and David Teigland committed Jan 29, 2008
1 parent 80b23a1 commit 0131631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52bda2b5bab87c388848bbc0f4d28d04858d5a7d
refs/heads/master: 39bd4177ddbeb4c86e854d3d5c4a6a26088e601e
2 changes: 2 additions & 0 deletions trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 0131631

Please sign in to comment.