diff options
author | Dave Chinner <david@fromorbit.com> | 2016-07-22 07:10:56 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-07-22 07:10:56 +0300 |
commit | f2bdfda9a1c668539bc85baf5625f6f14bc510b1 (patch) | |
tree | 18d704e07dda3a8842e84c645f4cbb5fb4859da1 /fs/xfs/xfs_super.c | |
parent | dc4113d2433e01b06685743552d99573c9d470f3 (diff) | |
parent | 72ccbbe154fc307c98153725822be515fc0326d3 (diff) | |
download | linux-f2bdfda9a1c668539bc85baf5625f6f14bc510b1.tar.xz |
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 258b594f5e61..0303f1005f88 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -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; |