On 4/30/19 10:10 AM, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > block/bio.c | 2 +- > block/blk-settings.c | 16 ---------------- > include/linux/blkdev.h | 1 - > 3 files changed, 1 insertion(+), 18 deletions(-) > > diff --git a/block/bio.c b/block/bio.c > index 029afb121a48..22da218fbcda 100644 > --- a/block/bio.c > +++ b/block/bio.c > @@ -1576,7 +1576,7 @@ static void bio_copy_kern_endio_read(struct bio *bio) > * device. Returns an error pointer in case of error. > */ > struct bio *bio_copy_kern(struct request_queue *q, void *data, unsigned int len, > - gfp_t gfp_mask, int reading) > + gfp_t gfp_mask, int reading, struct bio **biop) > { ?? -- Jens Axboe