mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 23:23:18 +00:00
[SCSI] scsi_end_async() needs to take an uptodate parameter
Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
15fc858a00
commit
e650c305ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue