commit | c137969bd4c5b2a67803d10518e3d60d3b13d0cb | [log] [tgz] |
---|---|---|
author | Shakeel Butt <shakeelb@google.com> | Tue Jul 03 10:14:46 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jul 09 09:07:54 2018 -0600 |
tree | 822f9c5d4d67b7a74063b1dcc091ec2a1c60c725 | |
parent | 00a8cdb84fcb64c7f9f1061298ff676a96dfaf41 [diff] |
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>