Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"
[deliverable/linux.git] / fs / xfs / xfs_fsops.c
index b7c492d293b5b59d3d43722a021f9f5cfcc025c5..9153d2c77caf2856ea636bb76d317f2ef1a8676e 100644 (file)
@@ -626,7 +626,7 @@ xfs_fs_log_dummy(
        xfs_trans_t     *tp;
        int             error;
 
-       tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP, false);
+       tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP);
        error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
                                        XFS_DEFAULT_LOG_COUNT);
        if (error) {
This page took 0.02471 seconds and 5 git commands to generate.