[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:
committed by
Lachlan McIlroy
parent
77508ec8e6
commit
4249023a5d
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user