]> Git Repo - linux.git/commit
mm/vmalloc: be more explicit about supported gfp flags
authorMichal Hocko <[email protected]>
Fri, 5 Nov 2021 20:39:50 +0000 (13:39 -0700)
committerLinus Torvalds <[email protected]>
Sat, 6 Nov 2021 20:30:37 +0000 (13:30 -0700)
commitb7d90e7a5ea8d64e668d5685925900d33d3884d5
treec8b3170c756e83bd1e9a5f28a0eed3dc7f0acb23
parent3252b1d8309ea42bc6329d9341072ecf1c9505c0
mm/vmalloc: be more explicit about supported gfp flags

The core of the vmalloc allocator __vmalloc_area_node doesn't say
anything about gfp mask argument.  Not all gfp flags are supported
though.  Be more explicit about constraints.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Michal Hocko <[email protected]>
Cc: Dave Chinner <[email protected]>
Cc: Neil Brown <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Uladzislau Rezki <[email protected]>
Cc: Ilya Dryomov <[email protected]>
Cc: Jeff Layton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmalloc.c
This page took 0.055455 seconds and 4 git commands to generate.