Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119512
b: refs/heads/master
c: 66f502a
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland authored and Mark Fasheh committed Dec 1, 2008
1 parent c23044a commit 7062bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3b5da0189c93160e44b878d2c72e9552d642497c
refs/heads/master: 66f502a416f18cd36179290746aa53736c6b2828
3 changes: 3 additions & 0 deletions trunk/fs/ocfs2/stack_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,9 @@ static int user_dlm_lock_status(union ocfs2_dlm_lksb *lksb)

static void *user_dlm_lvb(union ocfs2_dlm_lksb *lksb)
{
if (!lksb->lksb_fsdlm.sb_lvbptr)
lksb->lksb_fsdlm.sb_lvbptr = (char *)lksb +
sizeof(struct dlm_lksb);
return (void *)(lksb->lksb_fsdlm.sb_lvbptr);
}

Expand Down

0 comments on commit 7062bd4

Please sign in to comment.