|
@@ -201,10 +201,6 @@ xfs_mount_validate_sb(
|
|
* write validation, we don't need to check feature masks.
|
|
* write validation, we don't need to check feature masks.
|
|
*/
|
|
*/
|
|
if (check_version && XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) {
|
|
if (check_version && XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) {
|
|
- xfs_alert(mp,
|
|
|
|
-"Version 5 superblock detected. This kernel has EXPERIMENTAL support enabled!\n"
|
|
|
|
-"Use of these features in this kernel is at your own risk!");
|
|
|
|
-
|
|
|
|
if (xfs_sb_has_compat_feature(sbp,
|
|
if (xfs_sb_has_compat_feature(sbp,
|
|
XFS_SB_FEAT_COMPAT_UNKNOWN)) {
|
|
XFS_SB_FEAT_COMPAT_UNKNOWN)) {
|
|
xfs_warn(mp,
|
|
xfs_warn(mp,
|