xfs: pass shutdown method into xfs_trans_ail_delete_bulk
[deliverable/linux.git] / fs / xfs / xfs_dquot_item.c
index 9c5d58d24e5455aa15eae9f64006f491670f6af3..aa6a2a6bd9a8624eec1f942cccb4463c7a2660bf 100644 (file)
@@ -384,7 +384,7 @@ xfs_qm_qoffend_logitem_committed(
         * xfs_trans_ail_delete() drops the AIL lock.
         */
        spin_lock(&ailp->xa_lock);
-       xfs_trans_ail_delete(ailp, (xfs_log_item_t *)qfs);
+       xfs_trans_ail_delete(ailp, &qfs->qql_item, SHUTDOWN_LOG_IO_ERROR);
 
        kmem_free(qfs);
        kmem_free(qfe);
This page took 0.037439 seconds and 5 git commands to generate.