use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock
authorEric Sandeen <sandeen@sandeen.net>
Mon, 20 Jul 2009 15:52:15 +0000 (10:52 -0500)
committerFelix Blyakher <felixb@sgi.com>
Tue, 11 Aug 2009 20:43:35 +0000 (15:43 -0500)
commit583e0e41ee29478e2147aeffeb772657f8db767a
tree31eac3118eaca68ad8b6f363fbc5ed25c3e1abc4
parent7509ee34a365c041718d0b676e5ee255b58b5dda
use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock

In Red Hat Bug 512552
 - Can't write to XFS mount during raid5 resync

a user ran into corruption while resyncing a raid, and we failed
a consistency test, but didn't get much more info; it'd be nice
to call XFS_CORRUPTION_ERROR here so we can see the buffer
contents.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/xfs_btree.c