block: remove the gfp_mask argument to bounce_clone_bio
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Feb 2021 07:24:06 +0000 (08:24 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Feb 2021 15:55:00 +0000 (08:55 -0700)
commitebfe4183c77ed18e1d4237ad3b13f32114d9ae1e
tree7707bb05b2030f439b479a36f9107a968ac03af5
parentb90994c6ab623baf9268df9710692f14920ce9d2
block: remove the gfp_mask argument to bounce_clone_bio

The only caller always passes GFP_NOIO.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bounce.c