Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b018fc09 authored by Jens Axboe's avatar Jens Axboe
Browse files

[BLOCK] s390 xpram typo



bio_end_io() should be bio_endio()

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 99874d50
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -230,7 +230,7 @@ static int xpram_make_request(struct request_queue *q, struct bio *bio)
		}
		}
	}
	}
	set_bit(BIO_UPTODATE, &bio->bi_flags);
	set_bit(BIO_UPTODATE, &bio->bi_flags);
	bio_end_io(bio, 0);
	bio_endio(bio, 0);
	return 0;
	return 0;
fail:
fail:
	bio_io_error(bio);
	bio_io_error(bio);