xfs: cleanup up xfs_log_force calling conventions
[deliverable/linux.git] / fs / xfs / xfs_log_recover.c
index 97148f0c4bdd6c1a2d41d199dafc636b82e39f52..22e6efdc17eae253dbe6517c1c02b4ddc7eee825 100644 (file)
@@ -3913,8 +3913,7 @@ xlog_recover_finish(
                 * case the unlink transactions would have problems
                 * pushing the EFIs out of the way.
                 */
-               xfs_log_force(log->l_mp, (xfs_lsn_t)0,
-                             (XFS_LOG_FORCE | XFS_LOG_SYNC));
+               xfs_log_force(log->l_mp, XFS_LOG_SYNC);
 
                xlog_recover_process_iunlinks(log);
 
This page took 0.033278 seconds and 5 git commands to generate.