Merge branch 'xfs-4.8-misc-fixes-4' into for-next

This commit is contained in:
Dave Chinner
2016-07-22 14:10:56 +10:00
11 changed files with 260 additions and 104 deletions

View File

@@ -1573,10 +1573,6 @@ xfs_fs_fill_super(
}
}
if (xfs_sb_version_hassparseinodes(&mp->m_sb))
xfs_alert(mp,
"EXPERIMENTAL sparse inode feature enabled. Use at your own risk!");
error = xfs_mountfs(mp);
if (error)
goto out_filestream_unmount;