From bfc4a175a6b0f425cfe9a5322ef5749912660275 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 20 Jul 2009 10:52:15 -0500 Subject: [PATCH] --- yaml --- r: 156680 b: refs/heads/master c: e0c222c411e22f086e929cd69fdcc89336164ec1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_btree.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 667b0fc72603..b595726ecb9d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ddd3a14e0f030f0f7b900621f67532285b8657ef +refs/heads/master: e0c222c411e22f086e929cd69fdcc89336164ec1 diff --git a/trunk/fs/xfs/xfs_btree.c b/trunk/fs/xfs/xfs_btree.c index e9df99574829..26717388acf5 100644 --- a/trunk/fs/xfs/xfs_btree.c +++ b/trunk/fs/xfs/xfs_btree.c @@ -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;