> + if (xfs_sb_version_hascrc(&mp->m_sb) && > + unlikely( > + sbp->sb_blocksize < XFS_MIN_CRC_BLOCKSIZE)) { > + xfs_notice(mp, "v5 SB sanity check failed"); > + return -EFSCORRUPTED; > + } No need to uglify mount, which is a slow path with unlikely annotations. Otherwise looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html