diff options
Diffstat (limited to 'drivers/nvme/host/multipath.c')
-rw-r--r-- | drivers/nvme/host/multipath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c index 5e3cc8c59a39..9901afd804ce 100644 --- a/drivers/nvme/host/multipath.c +++ b/drivers/nvme/host/multipath.c | |||
@@ -285,6 +285,7 @@ int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head) | |||
285 | blk_queue_flag_set(QUEUE_FLAG_NONROT, q); | 285 | blk_queue_flag_set(QUEUE_FLAG_NONROT, q); |
286 | /* set to a default value for 512 until disk is validated */ | 286 | /* set to a default value for 512 until disk is validated */ |
287 | blk_queue_logical_block_size(q, 512); | 287 | blk_queue_logical_block_size(q, 512); |
288 | blk_set_stacking_limits(&q->limits); | ||
288 | 289 | ||
289 | /* we need to propagate up the VMC settings */ | 290 | /* we need to propagate up the VMC settings */ |
290 | if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) | 291 | if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) |