]> Gentwo Git Trees - linux/.git/commit
loop: remove redundant __GFP_NOWARN flag
authorPedro Demarchi Gomes <pedrodemargomes@gmail.com>
Tue, 7 Oct 2025 18:12:05 +0000 (15:12 -0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 8 Oct 2025 12:27:53 +0000 (06:27 -0600)
commit455281c0ef4e2cabdfe2e8b83fa6010d5210811c
treedb7358b554c602e55375a2bce2312a9b5729caae
parent506aa235f6e0baa00bf792df82a5e9f618b7a5d8
loop: remove redundant __GFP_NOWARN flag

GFP_NOWAIT already includes __GFP_NOWARN, so let's remove the
redundant __GFP_NOWARN.

Signed-off-by: Pedro Demarchi Gomes <pedrodemargomes@gmail.com>
Reviewed-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c