diff options
author | Hugh Dickins <[email protected]> | 2023-10-23 23:26:08 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-10-25 16:47:14 -0700 |
commit | 1cbf0a58847b30507611f92ad69964ef37264d14 (patch) | |
tree | 5e986d8b0db1f8be93c86df01f5b82e4224c26fe /tools/perf/scripts/python/stackcollapse.py | |
parent | eebb3dabbb5cc590afe32880b5d3726d0fbf88db (diff) |
ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
Since commit e509ad4d77e6 ("ext4: use bdev_getblk() to avoid memory
reclaim in readahead path") rightly replaced GFP_NOFAIL allocations by
GFP_NOWAIT allocations, I've occasionally been seeing "page allocation
failure: order:0" warnings under load: all with
ext4_sb_breadahead_unmovable() in the stack. I don't think those warnings
are of any interest: suppress them with __GFP_NOWARN.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: e509ad4d77e6 ("ext4: use bdev_getblk() to avoid memory reclaim in readahead path")
Signed-off-by: Hugh Dickins <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Cc: Hui Zhu <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions