diff options
Diffstat (limited to 'drivers/nvme/host/fabrics.c')
| -rw-r--r-- | drivers/nvme/host/fabrics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c index b2ab213f43de..3eb908c50e1a 100644 --- a/drivers/nvme/host/fabrics.c +++ b/drivers/nvme/host/fabrics.c | |||
| @@ -874,6 +874,8 @@ static int nvmf_parse_options(struct nvmf_ctrl_options *opts, | |||
| 874 | if (opts->discovery_nqn) { | 874 | if (opts->discovery_nqn) { |
| 875 | opts->kato = 0; | 875 | opts->kato = 0; |
| 876 | opts->nr_io_queues = 0; | 876 | opts->nr_io_queues = 0; |
| 877 | opts->nr_write_queues = 0; | ||
| 878 | opts->nr_poll_queues = 0; | ||
| 877 | opts->duplicate_connect = true; | 879 | opts->duplicate_connect = true; |
| 878 | } | 880 | } |
| 879 | if (ctrl_loss_tmo < 0) | 881 | if (ctrl_loss_tmo < 0) |
