[S390] xpram: fix bio_end{_,}io typo

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Martin Schwidefsky 2007-10-12 16:11:53 +02:00
parent a2e5380197
commit 1462222b76
1 changed files with 1 additions and 1 deletions

View File

@ -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);