[BLOCK] s390 xpram typo
bio_end_io() should be bio_endio() Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
99874d5048
commit
b018fc0949
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ static int xpram_make_request(struct request_queue *q, struct bio *bio)
|
|||
}
|
||||
}
|
||||
set_bit(BIO_UPTODATE, &bio->bi_flags);
|
||||
bio_end_io(bio, 0);
|
||||
bio_endio(bio, 0);
|
||||
return 0;
|
||||
fail:
|
||||
bio_io_error(bio);
|
||||
|
|
Loading…
Add table
Reference in a new issue