Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276171
b: refs/heads/master
c: 394eb3d
h: refs/heads/master
i:
  276169: a2d8465
  276167: cfa418c
v: v3
  • Loading branch information
Sunil Mushran committed Jul 24, 2011
1 parent 430e2e2 commit d3430b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8decab3c8dadcdf4f54ffb30df6e6f67b398b6e0
refs/heads/master: 394eb3d38a3ecc549cc34a3040103a9164be516b
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/stack_o2cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ static void o2dlm_eviction_cb(int node_num, void *data)
{
struct ocfs2_cluster_connection *conn = data;

mlog(ML_NOTICE, "o2dlm has evicted node %d from group %.*s\n",
node_num, conn->cc_namelen, conn->cc_name);
printk(KERN_NOTICE "o2cb: o2dlm has evicted node %d from domain %.*s\n",
node_num, conn->cc_namelen, conn->cc_name);

conn->cc_recovery_handler(node_num, conn->cc_recovery_data);
}
Expand Down

0 comments on commit d3430b5

Please sign in to comment.