Commit 08ed5dce authored by Stephen Lord's avatar Stephen Lord

[XFS] make doing an iread from a bad location less chatty by default

as some code paths can actually do this and handle the result.

SGI Modid: 2.5.x-xfs:slinx:150747a
parent 4c3c6220
......@@ -411,7 +411,7 @@ xfs_itobp(
mp->m_dev, (unsigned long long)imap.im_blkno, i,
INT_GET(dip->di_core.di_magic, ARCH_CONVERT));
#endif
XFS_CORRUPTION_ERROR("xfs_itobp", XFS_ERRLEVEL_LOW,
XFS_CORRUPTION_ERROR("xfs_itobp", XFS_ERRLEVEL_HIGH,
mp, dip);
xfs_trans_brelse(tp, bp);
return XFS_ERROR(EFSCORRUPTED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment