commit | 16001c10725e11b73b8518f42e414506bf73c291 | [log] [tgz] |
---|---|---|
author | Israel Rukshin <israelr@mellanox.com> | Sun Jun 10 10:31:10 2018 +0000 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jun 11 16:17:41 2018 +0200 |
tree | f24a46cc72411e71324c7f83951e0dfb93d57a99 | |
parent | 190b02ed79e08983bf62d47c05945c1b06a3d7d5 [diff] |
nvme: fix NULL pointer dereference in nvme_init_subsystem When using nvme-pci driver the nvmf_ctrl_options is NULL. There is no need to check for discovery_nqn flag at non-fabrics controller. Fixes: 181303d0 ("nvme-fabrics: allow duplicate connections to the discovery controller") Signed-off-by: Israel Rukshin <israelr@mellanox.com> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>