Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38642
b: refs/heads/master
c: cd45697
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Mar 30, 2006
1 parent 06cfa4f commit 92fdff8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e90deff5336ac500c65f873484c326cfa8a9d379
refs/heads/master: cd45697f0ddbb58f3f83c29fe164713ee7765e21
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ void gfs2_trans_end(struct gfs2_sbd *sdp)
tr->tr_num_buf, tr->tr_blocks);
print_symbol(KERN_WARNING "GFS2: Transaction created at: %s\n", tr->tr_ip);
}
if (gfs2_assert_withdraw(sdp, tr->tr_num_revoke <= tr->tr_revokes))
if (gfs2_assert_withdraw(sdp, tr->tr_num_revoke <= tr->tr_revokes)) {
fs_err(sdp, "tr_num_revoke = %u, tr_revokes = %u ",
tr->tr_num_revoke, tr->tr_revokes);
print_symbol(KERN_WARNING "GFS2: Transaction created at: %s\n", tr->tr_ip);
}

gfs2_log_commit(sdp, tr);

Expand Down

0 comments on commit 92fdff8

Please sign in to comment.