Loading fs/xfs/xfs_super.c +7 −0 Original line number Diff line number Diff line Loading @@ -1684,6 +1684,13 @@ xfs_fs_fill_super( } } if (xfs_sb_version_hasreflink(&mp->m_sb) && mp->m_sb.sb_rblocks) { xfs_alert(mp, "reflink not compatible with realtime device!"); error = -EINVAL; goto out_filestream_unmount; } if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { if (mp->m_sb.sb_rblocks) { xfs_alert(mp, Loading Loading
fs/xfs/xfs_super.c +7 −0 Original line number Diff line number Diff line Loading @@ -1684,6 +1684,13 @@ xfs_fs_fill_super( } } if (xfs_sb_version_hasreflink(&mp->m_sb) && mp->m_sb.sb_rblocks) { xfs_alert(mp, "reflink not compatible with realtime device!"); error = -EINVAL; goto out_filestream_unmount; } if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { if (mp->m_sb.sb_rblocks) { xfs_alert(mp, Loading