[XFS] cleanup xfs_mountfs

Remove all the useless flags and code keyed off it in xfs_mountfs.

SGI-PV: 981498

SGI-Modid: xfs-linux-melb:xfs-kern:31831a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
Christoph Hellwig
2008-08-13 16:49:32 +10:00
committed by Lachlan McIlroy
parent 77508ec8e6
commit 4249023a5d
10 changed files with 27 additions and 50 deletions

View File

@@ -1722,7 +1722,7 @@ xfs_fs_fill_super(
if (error)
goto out_free_sb;
error = xfs_mountfs(mp, flags);
error = xfs_mountfs(mp);
if (error)
goto out_filestream_unmount;