Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b018fc09498f73da0014b44acbd59ea4a94300b4
Commit:     b018fc09498f73da0014b44acbd59ea4a94300b4
Parent:     99874d50481c093adfe74e796436024d88b6a48c
Author:     Jens Axboe <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 12 12:54:13 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 12:54:13 2007 +0200

    [BLOCK] s390 xpram typo
    
    bio_end_io() should be bio_endio()
    
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 drivers/s390/block/xpram.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/s390/block/xpram.c b/drivers/s390/block/xpram.c
index 0fbacc8..f231bc2 100644
--- a/drivers/s390/block/xpram.c
+++ b/drivers/s390/block/xpram.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to