diff options
author | Fabio M. De Francesco <[email protected]> | 2023-06-09 16:59:37 +0200 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-06-15 09:22:23 +0200 |
commit | 5c075c5b8fc4ebc34aac188be4eccc238521eb6f (patch) | |
tree | 0be185f4c1d4e58c6f650f551a6055e1b2fbabd5 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | b6334e2cd46f0dab1131c0272426182c79b51114 (diff) |
fs/aio: Stop allocating aio rings from HIGHMEM
There is no need to allocate aio rings from HIGHMEM because of very
little memory needed here.
Therefore, use GFP_USER flag in find_or_create_page() and get rid of
kmap*() mappings.
Cc: Al Viro <[email protected]>
Cc: Ira Weiny <[email protected]>
Suggested-by: Matthew Wilcox <[email protected]>
Signed-off-by: Fabio M. De Francesco <[email protected]>
Reviewed-by: Ira Weiny <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions