Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next
This commit is contained in:
@@ -314,6 +314,9 @@ reread:
|
||||
error = bp->b_error;
|
||||
if (loud)
|
||||
xfs_warn(mp, "SB validate failed with error %d.", error);
|
||||
/* bad CRC means corrupted metadata */
|
||||
if (error == EFSBADCRC)
|
||||
error = EFSCORRUPTED;
|
||||
goto release_buf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user