Skip to content

Commit

Permalink
[BLOCK] s390 xpram typo
Browse files Browse the repository at this point in the history
bio_end_io() should be bio_endio()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Oct 12, 2007
1 parent 99874d5 commit b018fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/block/xpram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b018fc0

Please sign in to comment.