[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
@ -3940,8 +3940,7 @@ xlog_recover(
|
||||
*/
|
||||
int
|
||||
xlog_recover_finish(
|
||||
xlog_t *log,
|
||||
int mfsi_flags)
|
||||
xlog_t *log)
|
||||
{
|
||||
/*
|
||||
* Now we're ready to do the transactions needed for the
|
||||
@ -3969,9 +3968,7 @@ xlog_recover_finish(
|
||||
xfs_log_force(log->l_mp, (xfs_lsn_t)0,
|
||||
(XFS_LOG_FORCE | XFS_LOG_SYNC));
|
||||
|
||||
if ( (mfsi_flags & XFS_MFSI_NOUNLINK) == 0 ) {
|
||||
xlog_recover_process_iunlinks(log);
|
||||
}
|
||||
xlog_recover_process_iunlinks(log);
|
||||
|
||||
xlog_recover_check_summary(log);
|
||||
|
||||
|
Reference in New Issue
Block a user