Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74287
b: refs/heads/master
c: ef9f86c
h: refs/heads/master
i:
  74285: aba09e0
  74283: 7137a66
  74279: caa9d0c
  74271: 6d28017
v: v3
  • Loading branch information
Mark Fasheh authored and Mark Fasheh committed Nov 28, 2007
1 parent d54a524 commit 7947b20
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: 2759236f8415ccc0f275b57bd8142c2c81fd2177
refs/heads/master: ef9f86ceb63f2803c9aada249986b84d2f99c635
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/cluster/masklog.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ extern struct mlog_bits mlog_and_bits, mlog_not_bits;
#define mlog_errno(st) do { \
int _st = (st); \
if (_st != -ERESTARTSYS && _st != -EINTR && \
_st != AOP_TRUNCATED_PAGE) \
_st != AOP_TRUNCATED_PAGE && _st != -ENOSPC) \
mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
} while (0)

Expand Down

0 comments on commit 7947b20

Please sign in to comment.