]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_trans.c
Merge tag 'arm-soc/for-5.5/devicetree-part2' of https://github.com/Broadcom/stblinux...
[linux.git] / fs / xfs / xfs_trans.c
index f4795fdb7389c02266fdcdce071e36bcd99141e9..3b208f9a865cb8275cb3230f31cb8f7f44328759 100644 (file)
@@ -71,7 +71,7 @@ xfs_trans_free(
        if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT))
                sb_end_intwrite(tp->t_mountp->m_super);
        xfs_trans_free_dqinfo(tp);
-       kmem_zone_free(xfs_trans_zone, tp);
+       kmem_cache_free(xfs_trans_zone, tp);
 }
 
 /*