Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e650c305 authored by Jens Axboe's avatar Jens Axboe
Browse files

[SCSI] scsi_end_async() needs to take an uptodate parameter



Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 15fc858a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -308,7 +308,7 @@ struct scsi_io_context {


static kmem_cache_t *scsi_io_context_cache;
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;
	struct scsi_io_context *sioc = req->end_io_data;