diff options
Diffstat (limited to 'fs/xfs/xfs_btree.c')
| -rw-r--r-- | fs/xfs/xfs_btree.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c index e9df9957482..26717388acf 100644 --- a/fs/xfs/xfs_btree.c +++ b/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;  |