diff options
| author | Denis Efremov <[email protected]> | 2020-09-21 20:03:35 +0300 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2020-10-07 12:13:22 +0200 |
| commit | 8eb2fd00153a3a96a19c62ac9c6d48c2efebe5e8 (patch) | |
| tree | f53eba2e4e112bc9776ab328a961cf8070a16bf8 /tools/perf/scripts/python | |
| parent | c0a43603056cb79be8a0dffeedc544ce9b5d115d (diff) | |
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
btrfs_ioctl_send() used open-coded kvzalloc implementation earlier.
The code was accidentally replaced with kzalloc() call [1]. Restore
the original code by using kvzalloc() to allocate sctx->clone_roots.
[1] https://patchwork.kernel.org/patch/9757891/#20529627
Fixes: 818e010bf9d0 ("btrfs: replace opencoded kvzalloc with the helper")
CC: [email protected] # 4.14+
Signed-off-by: Denis Efremov <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions