Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30673
b: refs/heads/master
c: 41b8c8a
h: refs/heads/master
i:
  30671: d1ab6fb
v: v3
  • Loading branch information
Kurt Hackel authored and Mark Fasheh committed Jun 26, 2006
1 parent 7a24c09 commit 833f48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: da01ad05528bf6f6bcb286329b14225a71713325
refs/heads/master: 41b8c8a101ba77f59d9a4b3cac6c846cb8a34840
5 changes: 1 addition & 4 deletions trunk/fs/ocfs2/dlm/dlmmaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1512,15 +1512,12 @@ int dlm_master_request_handler(struct o2net_msg *msg, u32 len, void *data)
mlog_errno(-ENOMEM);
goto send_response;
}
spin_lock(&dlm->spinlock);
dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL,
name, namelen);
spin_unlock(&dlm->spinlock);
goto way_up_top;
}

// mlog(0, "this is second time thru, already allocated, "
// "add the block.\n");
dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL, name, namelen);
set_bit(request->node_idx, mle->maybe_map);
list_add(&mle->list, &dlm->master_list);
response = DLM_MASTER_RESP_NO;
Expand Down

0 comments on commit 833f48f

Please sign in to comment.