diff options
| author | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2026-05-23 20:54:23 +0300 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2026-05-25 18:17:27 +0200 |
| commit | 9ddaf06cb08b4ea0eec8b9307d5d822fbb111461 (patch) | |
| tree | 51249d513796107bcd6fc6d25392615d7b764df6 /include | |
| parent | 6d06b04c2b8dc0e02920336c9eb4312585fb1492 (diff) | |
isofs: replace __get_free_page() with kmalloc()
isofs_readdir() allocates a temporary buffer with __get_free_page().
kmalloc() is a better API for such use and it also provides better
scalability and more debugging possibilities.
Replace use of __get_free_page() with kmalloc().
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Link: https://patch.msgid.link/20260523-b4-fs-v1-11-275e36a83f0e@kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
