diff options
| author | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2026-05-23 20:54:29 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-05-28 14:58:14 +0300 |
| commit | c1fe8d334f93ebdba07c8a28c07fbd619e673633 (patch) | |
| tree | 3f4e351a527cf8fd43ce86d58fa86a8a35dfc811 /include | |
| parent | 6ff17653e94d97735d426a4924df7be51fd63abd (diff) | |
| download | linux-c1fe8d334f93ebdba07c8a28c07fbd619e673633.tar.xz | |
bfs: replace get_zeroed_page() with kzalloc()
bfs_dump_imap() allocates temporary buffer with get_zeroed_page().
kmalloc() is a better API for such use and it also provides better
scalability and more debugging possibilities.
Replace use of get_zeroed_page() with kzalloc().
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Link: https://patch.msgid.link/20260523-b4-fs-v1-17-275e36a83f0e@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
