diff options
author | Andrew Morton <[email protected]> | 2016-01-14 15:19:44 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-01-14 16:00:49 -0800 |
commit | b832861cca231c0ef27e238b28788045da3262f2 (patch) | |
tree | 4918726d3b82c875b176658d29b11cbc223e3188 /scripts/gdb/linux/utils.py | |
parent | 9ee11ba4251dddf1b0e507d184b25b1bd7820773 (diff) |
fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)
bdev_write_page() is used by swapout and by writepage where we cannot
use __GFP_FS or __GFP_IO. So it is misleading to mention GFP_KERNEL
here.
blk_queue_enter() only actually looks at __GFP_DIRECT_RECLAIM, so no
bugs were harmed in the making of this patch.
Cc: Dan Williams <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions