Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114404
b: refs/heads/master
c: 009d375
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh committed Oct 14, 2008
1 parent 6350c0e commit 79ece62
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: 5a09561199e7f8d3feaaa01c39372050e140b775
refs/heads/master: 009d37502a7b9fc89741e66b4454afca4edc1c26
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/stackglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ EXPORT_SYMBOL_GPL(ocfs2_dlm_dump_lksb);

int ocfs2_stack_supports_plocks(void)
{
return !!(active_stack && active_stack->sp_ops->plock);
return active_stack && active_stack->sp_ops->plock;
}
EXPORT_SYMBOL_GPL(ocfs2_stack_supports_plocks);

Expand Down

0 comments on commit 79ece62

Please sign in to comment.