projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee9809
)
scsi: change scsi_softirq_done as external
author
hgchu
<hg.chu@samsung.com>
Fri, 12 Jan 2018 04:31:16 +0000
(13:31 +0900)
committer
JaeHun Jung
<jh0801.jung@samsung.com>
Tue, 8 May 2018 08:20:28 +0000
(17:20 +0900)
Change-Id: I1f25d7054c3868f77d4589425455ccd8fcf04969
Signed-off-by: hgchu <hg.chu@samsung.com>
drivers/scsi/scsi_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/scsi_lib.c
b/drivers/scsi/scsi_lib.c
index 3593867305233fb6019f6eb58ed6f9ec38750df5..23afa64b277d0506f0391d2b01128ae37e0a09cd 100644
(file)
--- a/
drivers/scsi/scsi_lib.c
+++ b/
drivers/scsi/scsi_lib.c
@@
-1623,7
+1623,7
@@
static void scsi_kill_request(struct request *req, struct request_queue *q)
blk_complete_request(req);
}
-
static
void scsi_softirq_done(struct request *rq)
+void scsi_softirq_done(struct request *rq)
{
struct scsi_cmnd *cmd = blk_mq_rq_to_pdu(rq);
unsigned long wait_for = (cmd->allowed + 1) * rq->timeout;