[SCSI] scsi_end_async() needs to take an uptodate parameter
authorJens Axboe <axboe@suse.de>
Fri, 6 Jan 2006 11:38:30 +0000 (12:38 +0100)
committerJens Axboe <axboe@suse.de>
Fri, 6 Jan 2006 11:38:30 +0000 (12:38 +0100)
Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/scsi/scsi_lib.c

index 7a38b10..ba93d6e 100644 (file)
@@ -308,7 +308,7 @@ struct scsi_io_context {
 
 static kmem_cache_t *scsi_io_context_cache;
 
-static void scsi_end_async(struct request *req)
+static void scsi_end_async(struct request *req, int uptodate)
 {
        struct scsi_io_context *sioc = req->end_io_data;