xfs: pass a boolean flag to xfs_trans_free_items
[deliverable/linux.git] / fs / xfs / xfs_log_cil.c
index 45cc0ce18adf04cac50fe801884439a246285443..7e0e63eb4802a90350510f265e22c646aa1fd213 100644 (file)
@@ -809,7 +809,7 @@ xfs_log_commit_cil(
         * the log items. This affects (at least) processing of stale buffers,
         * inodes and EFIs.
         */
-       xfs_trans_free_items(tp, tp->t_commit_lsn, 0);
+       xfs_trans_free_items(tp, tp->t_commit_lsn, false);
 
        xlog_cil_push_background(log);
 
This page took 0.040364 seconds and 5 git commands to generate.