diff options
| author | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2026-05-23 20:54:24 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-05-27 16:12:24 +0300 |
| commit | 3db329857c6003bfd0a6cc61d01e0b750fe5d32c (patch) | |
| tree | 4e365765a978c1a5c292d839f20464e2cad55320 /include/linux/timerqueue.h | |
| parent | 263873f40e895ed6df7a1bae001f70009f5fa925 (diff) | |
| download | linux-3db329857c6003bfd0a6cc61d01e0b750fe5d32c.tar.xz | |
fuse: replace __get_free_page() with kmalloc()
fuse_do_ioctl allocates memory for struct iov array using
__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-12-275e36a83f0e@kernel.org
Acked-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
