Skip to content

Commit

Permalink
[SCSI] scsi_end_async() needs to take an uptodate parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Jens Axboe committed Jan 6, 2006
1 parent 15fc858 commit e650c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e650c30

Please sign in to comment.