diff options
author | Christoph Hellwig <hch@lst.de> | 2025-03-10 14:19:13 +0100 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2025-03-10 14:29:44 +0100 |
commit | e2874632a6213b4687e53cd7d837c642c805c903 (patch) | |
tree | 6eb552e276b84d66a5ad29933d042864030fdbf6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fd87851680edcb931b2ec4caf23b4abbea126fc3 (diff) |
xfs: use vmalloc instead of vm_map_area for buffer backing memory
The fallback buffer allocation path currently open codes a suboptimal
version of vmalloc to allocate pages that are then mapped into
vmalloc space. Switch to using vmalloc instead, which uses all the
optimizations in the common vmalloc code, and removes the need to
track the backing pages in the xfs_buf structure.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions