]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block, mm: remove unnecessary __GFP_HIGH flag
authorShakeel Butt <shakeelb@google.com>
Tue, 3 Jul 2018 17:14:46 +0000 (10:14 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Jul 2018 15:07:54 +0000 (09:07 -0600)
commitc137969bd4c5b2a67803d10518e3d60d3b13d0cb
tree822f9c5d4d67b7a74063b1dcc091ec2a1c60c725
parent00a8cdb84fcb64c7f9f1061298ff676a96dfaf41
block, mm: remove unnecessary __GFP_HIGH flag

The flag GFP_ATOMIC already contains __GFP_HIGH. There is no need to
explicitly or __GFP_HIGH again. So, just remove unnecessary __GFP_HIGH.

Signed-off-by: Shakeel Butt <shakeelb@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-ioc.c