xfs: pass shutdown method into xfs_trans_ail_delete_bulk
[deliverable/linux.git] / fs / xfs / xfs_log_recover.c
index 5e864a9c0ccfc119ee52b55714451862fc168826..396e3bfd04961fe6840d41e1f293846b40defa01 100644 (file)
@@ -2645,7 +2645,8 @@ xlog_recover_efd_pass2(
                                 * xfs_trans_ail_delete() drops the
                                 * AIL lock.
                                 */
-                               xfs_trans_ail_delete(ailp, lip);
+                               xfs_trans_ail_delete(ailp, lip,
+                                                    SHUTDOWN_CORRUPT_INCORE);
                                xfs_efi_item_free(efip);
                                spin_lock(&ailp->xa_lock);
                                break;
This page took 0.027418 seconds and 5 git commands to generate.