diff options
| author | Johannes Thumshirn <[email protected]> | 2024-01-28 23:52:16 -0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2024-02-12 08:41:15 -0700 |
| commit | 9105ce591b424771b1502ef9836ca7953c3e0af4 (patch) | |
| tree | 45209bccb1b9f2f46da934edbad41ab24bd14b4a /tools/perf/scripts/python | |
| parent | c3116e62ddeff79cae342147753ce596f01fcf06 (diff) | |
zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
Pass GFP_KERNEL instead of GFP_NOFS to the blkdev_zone_mgmt() call in
zonefs_zone_mgmt().
As as zonefs_zone_mgmt() and zonefs_inode_zone_mgmt() are never called
from a place that can recurse back into the filesystem on memory reclaim,
it is save to call blkdev_zone_mgmt() with GFP_KERNEL.
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Johannes Thumshirn <[email protected]>
Acked-by: Damien Le Moal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions