Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231265
b: refs/heads/master
c: 1884bd8
h: refs/heads/master
i:
  231263: d15f3ff
v: v3
  • Loading branch information
Jesper Juhl authored and Alex Elder committed Jan 12, 2011
1 parent 286efa7 commit 330ad1e
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: bfc60177f8ab509bc225becbb58f7e53a0e33e81
refs/heads/master: 1884bd8354c9aec4ca501dc4773c13ad2a09af7b
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ xfs_trans_unreserve_and_mod_sb(
if (blkdelta)
xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, -blkdelta, rsvd);
out:
ASSERT(error = 0);
ASSERT(error == 0);
return;
}

Expand Down

0 comments on commit 330ad1e

Please sign in to comment.