diff options
author | 2024-02-27 14:01:26 +1100 | |
---|---|---|
committer | 2024-02-28 14:04:45 +0530 | |
commit | b8c0d6fa4165fc5b98c191c6643cda40e7a1d420 (patch) | |
tree | 4c54568c26a6381ecc8ba9a65826988ebf9352ca /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL (diff) | |
download | wireguard-linux-b8c0d6fa4165fc5b98c191c6643cda40e7a1d420.tar.xz wireguard-linux-b8c0d6fa4165fc5b98c191c6643cda40e7a1d420.zip |
xfs: use kvfree() in xlog_cil_free_logvec()
The xfs_log_vec items are allocated by xlog_kvmalloc(), and so need
to be freed with kvfree. This was missed when coverting from the
kmem_free() API.
Fixes: 49292576136f ("xfs: convert kmem_free() for kvmalloc users to kvfree()")
Reported-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions