Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162763
b: refs/heads/master
c: 583e0e4
h: refs/heads/master
i:
  162761: b752860
  162759: 1912f3d
v: v3
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed Aug 11, 2009
1 parent 1590d9d commit 0eeca4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7509ee34a365c041718d0b676e5ee255b58b5dda
refs/heads/master: 583e0e41ee29478e2147aeffeb772657f8db767a
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ xfs_btree_check_sblock(
XFS_RANDOM_BTREE_CHECK_SBLOCK))) {
if (bp)
xfs_buftrace("SBTREE ERROR", bp);
XFS_ERROR_REPORT("xfs_btree_check_sblock", XFS_ERRLEVEL_LOW,
cur->bc_mp);
XFS_CORRUPTION_ERROR("xfs_btree_check_sblock",
XFS_ERRLEVEL_LOW, cur->bc_mp, block);
return XFS_ERROR(EFSCORRUPTED);
}
return 0;
Expand Down

0 comments on commit 0eeca4d

Please sign in to comment.