diff options
author | Jens Axboe <axboe@suse.de> | 2006-01-06 06:38:30 -0500 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-01-06 06:38:30 -0500 |
commit | e650c305ec3178818b317dad37a6d9c7fa8ba28d (patch) | |
tree | b6fab22f84f0974db317c1511c31acd54d55f4cb /drivers/scsi/scsi_lib.c | |
parent | 15fc858a0067c800f410a24551a7b461978abf0b (diff) |
[SCSI] scsi_end_async() needs to take an uptodate parameter
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'drivers/scsi/scsi_lib.c')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index 7a38b101976c..ba93d6e66d48 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -308,7 +308,7 @@ struct scsi_io_context { | |||
308 | 308 | ||
309 | static kmem_cache_t *scsi_io_context_cache; | 309 | static kmem_cache_t *scsi_io_context_cache; |
310 | 310 | ||
311 | static void scsi_end_async(struct request *req) | 311 | static void scsi_end_async(struct request *req, int uptodate) |
312 | { | 312 | { |
313 | struct scsi_io_context *sioc = req->end_io_data; | 313 | struct scsi_io_context *sioc = req->end_io_data; |
314 | 314 | ||