diff options
author | 2021-07-27 16:17:31 -0500 | |
---|---|---|
committer | 2021-08-23 13:19:10 +0200 | |
commit | dce2815039061116c41da1db24b9282e6e5e1734 (patch) | |
tree | 7606a139f8de49c09b2e521ae443f4ce7542579f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: allocate btrfs_ioctl_defrag_range_args on stack (diff) | |
download | wireguard-linux-dce2815039061116c41da1db24b9282e6e5e1734.tar.xz wireguard-linux-dce2815039061116c41da1db24b9282e6e5e1734.zip |
btrfs: allocate backref_ctx on stack in find_extent_clone
Instead of using kmalloc() to allocate backref_ctx, allocate backref_ctx
on stack. The size is reasonably small.
sizeof(backref_ctx) = 48
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions