projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2779b
)
Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"
author
Jens Axboe
<
[email protected]
>
Thu, 27 Apr 2017 22:46:02 +0000
(16:46 -0600)
committer
Jens Axboe
<
[email protected]
>
Tue, 2 May 2017 13:52:08 +0000
(07:52 -0600)
This reverts commit
4981d04dd8f1ab19e2cce008da556d7f099b6e68
.
The driver has been converted to using the proper infrastructure
for issuing internal commands. This means it's now safe to use with
the scheduling infrastruture, so we can now revert the change
that turned off scheduling for mtip32xx.
Reviewed-by: Ming Lei <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Tested-by: Ming Lei <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/block/mtip32xx/mtip32xx.c
patch
|
blob
|
history
diff --git
a/drivers/block/mtip32xx/mtip32xx.c
b/drivers/block/mtip32xx/mtip32xx.c
index 9749b099a9140b0f443afc7abf306604824b9edf..9108be601a64911a7ddb7ed832a2be53397621e5 100644
(file)
--- a/
drivers/block/mtip32xx/mtip32xx.c
+++ b/
drivers/block/mtip32xx/mtip32xx.c
@@
-3961,7
+3961,7
@@
static int mtip_block_initialize(struct driver_data *dd)
dd->tags.reserved_tags = 1;
dd->tags.cmd_size = sizeof(struct mtip_cmd);
dd->tags.numa_node = dd->numa_node;
- dd->tags.flags = BLK_MQ_F_SHOULD_MERGE
| BLK_MQ_F_NO_SCHED
;
+ dd->tags.flags = BLK_MQ_F_SHOULD_MERGE;
dd->tags.driver_data = dd;
dd->tags.timeout = MTIP_NCQ_CMD_TIMEOUT_MS;