Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352921
b: refs/heads/master
c: 003fd6c
h: refs/heads/master
i:
  352919: 3e9b0e8
v: v3
  • Loading branch information
Ben Myers committed Jan 18, 2013
1 parent 7f868a3 commit 6e87681
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: 9e96fe6df44425b69ed89f6ac20352cec1f127d7
refs/heads/master: 003fd6c8be14a348c56cb1d171605ab13fca906f
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ xlog_sync(
ASSERT(XFS_BUF_ADDR(bp) <= log->l_logBBsize-1);
ASSERT(XFS_BUF_ADDR(bp) + BTOBB(count) <= log->l_logBBsize);

xlog_verify_iclog(log, iclog, count, B_TRUE);
xlog_verify_iclog(log, iclog, count, true);

/* account for log which doesn't start at block #0 */
XFS_BUF_SET_ADDR(bp, XFS_BUF_ADDR(bp) + log->l_logBBstart);
Expand Down

0 comments on commit 6e87681

Please sign in to comment.