diff options
| author | Dave Chinner <david@fromorbit.com> | 2022-05-04 12:37:02 +1000 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2022-05-04 12:37:02 +1000 |
| commit | 5e116e99dc94c84650a94aaf51d0c5bca3702352 (patch) | |
| tree | b928882c094a90efbc991996b95c046f3bd80db0 /fs/xfs/xfs_icreate_item.c | |
| parent | 9cf4f6160c20bbdb53f20a773d48ab6dfa3b49e3 (diff) | |
| parent | 0d227466be84332d1888724e1e74dac34bff6d71 (diff) | |
Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/xfs_icreate_item.c')
| -rw-r--r-- | fs/xfs/xfs_icreate_item.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_icreate_item.c b/fs/xfs/xfs_icreate_item.c index 508e184e3b8f..b05314d48176 100644 --- a/fs/xfs/xfs_icreate_item.c +++ b/fs/xfs/xfs_icreate_item.c @@ -63,6 +63,7 @@ STATIC void xfs_icreate_item_release( struct xfs_log_item *lip) { + kmem_free(ICR_ITEM(lip)->ic_item.li_lv_shadow); kmem_cache_free(xfs_icreate_cache, ICR_ITEM(lip)); } |
