xfs: allocate log vector buffers outside CIL context lock
[deliverable/linux.git] / fs / xfs / xfs_inode_item.c
index a1b07612224c95ea56391474a4bb790fec07fab6..892c2aced20788cb9875dc3a9cddee78dc0b1b8b 100644 (file)
@@ -651,6 +651,7 @@ void
 xfs_inode_item_destroy(
        xfs_inode_t     *ip)
 {
+       kmem_free(ip->i_itemp->ili_item.li_lv_shadow);
        kmem_zone_free(xfs_ili_zone, ip->i_itemp);
 }
 
This page took 0.024765 seconds and 5 git commands to generate.