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:
4f76d0e
)
NVMe: Allow request merges
author
Keith Busch
<
[email protected]
>
Thu, 11 Feb 2016 20:05:40 +0000
(13:05 -0700)
committer
Jens Axboe
<
[email protected]
>
Thu, 11 Feb 2016 20:14:03 +0000
(13:14 -0700)
It is generally more efficient to submit larger IO.
Signed-off-by: Keith Busch <
[email protected]
>
Reviewed-by: Johannes Thumshirn <
[email protected]
>
Reviewed-by: Sagi Grimberg <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/nvme/host/core.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/core.c
b/drivers/nvme/host/core.c
index c5bf001af55954e2c9275d34c65cbb5dfa2a037d..3cd921e6121ec310f664398ad05b3b3171a38cee 100644
(file)
--- a/
drivers/nvme/host/core.c
+++ b/
drivers/nvme/host/core.c
@@
-1121,7
+1121,6
@@
static void nvme_alloc_ns(struct nvme_ctrl *ctrl, unsigned nsid)
ns->queue = blk_mq_init_queue(ctrl->tagset);
if (IS_ERR(ns->queue))
goto out_free_ns;
- queue_flag_set_unlocked(QUEUE_FLAG_NOMERGES, ns->queue);
queue_flag_set_unlocked(QUEUE_FLAG_NONROT, ns->queue);
ns->queue->queuedata = ns;
ns->ctrl = ctrl;