提交 e650c305 编写于 作者: J Jens Axboe

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

Signed-off-by: NJens Axboe <axboe@suse.de>
上级 15fc858a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册