[BLOCK] s390 xpram typo
authorJens Axboe <jens.axboe@oracle.com>
Fri, 12 Oct 2007 10:54:13 +0000 (12:54 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 12 Oct 2007 10:54:13 +0000 (12:54 +0200)
bio_end_io() should be bio_endio()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/s390/block/xpram.c

index 0fbacc8..f231bc2 100644 (file)
@@ -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);