diff options
author | Daniel Vetter <[email protected]> | 2022-06-05 17:25:39 +0200 |
---|---|---|
committer | akpm <[email protected]> | 2022-06-16 19:48:30 -0700 |
commit | 21bfe8db0a4223c16d4f863ef4250dce5ffd08bb (patch) | |
tree | 1861d309a2f200eab2cb21351d0aa8ad346c3299 /include/linux/fpga/fpga-mgr.h | |
parent | a3967244430eb91698ac8dca7db8bd0871251305 (diff) |
mm/mempool: use might_alloc()
mempool are generally used for GFP_NOIO, so this wont benefit all that
much because might_alloc currently only checks GFP_NOFS. But it does
validate against mmu notifier pte zapping, some might catch some drivers
doing really silly things, plus it's a bit more meaningful in what we're
checking for here.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Reviewed-by: Vlastimil Babka <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Roman Gushchin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions