projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15fc858
)
[SCSI] scsi_end_async() needs to take an uptodate parameter
author
Jens Axboe
<axboe@suse.de>
Fri, 6 Jan 2006 11:38:30 +0000
(12:38 +0100)
committer
Jens Axboe
<axboe@suse.de>
Fri, 6 Jan 2006 11:38:30 +0000
(12:38 +0100)
Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/scsi/scsi_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/scsi_lib.c
b/drivers/scsi/scsi_lib.c
index 7a38b101976c0ce4a9d8372548cc2b486477f047..ba93d6e66d481506dc065c5763eb53f6f91fed7e 100644
(file)
--- a/
drivers/scsi/scsi_lib.c
+++ b/
drivers/scsi/scsi_lib.c
@@
-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;