Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54474
b: refs/heads/master
c: 2439fe5
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Steven Whitehouse committed May 1, 2007
1 parent c733c56 commit 2a8354c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d3c1feb80913ba4253c3517d48b9b3741c44fc9
refs/heads/master: 2439fe50724e8693e8b933b3f8125d870bfbdb25
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ void dlm_lowcomms_stop(void)
clean_writequeues();

for (i = 0; i < max_nodeid; i++) {
con = nodeid2con(i, 0);
con = __nodeid2con(i, 0);
if (con) {
close_connection(con, true);
if (con->othercon)
Expand Down

0 comments on commit 2a8354c

Please sign in to comment.