xfs: allocate log vector buffers outside CIL context lock
[deliverable/linux.git] / fs / xfs / xfs_dquot_item.c
index 814cff94e78f6752bb9bf70d61697320c409f9e7..2c7a1629e064b4fd1f647affc3432797d058ae26 100644 (file)
@@ -370,6 +370,8 @@ xfs_qm_qoffend_logitem_committed(
        spin_lock(&ailp->xa_lock);
        xfs_trans_ail_delete(ailp, &qfs->qql_item, SHUTDOWN_LOG_IO_ERROR);
 
+       kmem_free(qfs->qql_item.li_lv_shadow);
+       kmem_free(lip->li_lv_shadow);
        kmem_free(qfs);
        kmem_free(qfe);
        return (xfs_lsn_t)-1;
This page took 0.025967 seconds and 5 git commands to generate.