]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
Fix alloc/free of cache item
authorTorsten Rupp <torsten.rupp@gmx.net>
Sun, 12 Oct 2025 07:23:58 +0000 (09:23 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 24 Nov 2025 14:35:05 +0000 (15:35 +0100)
commitac7ab8b0b80beddcd1713da9660eef694da43521
tree448b2a10165ae24b366f8d5dd0881ae94abc9c3c
parentd6d78495a0c8eae068dfd2461e3ec9aa93aaa033
Fix alloc/free of cache item

xfs_extfree_item_cache is allocated and freed twice. Remove the
obsolete alloc/free.

Signed-off-by: Torsten Rupp <torsten.rupp@gmx.net>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
libxfs/init.c