commit | d7144f5c4cf4de95fdc3422943cf51c06aeaf7a7 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Fri Aug 14 11:46:51 2020 -0700 |
committer | Sagi Grimberg <sagi@grimberg.me> | Fri Aug 28 16:43:56 2020 -0700 |
tree | 68dcef75966ff97846e21180fc76bee3bca8e801 | |
parent | a6ce7d7b4adaebc27ee7e78e5ecc378a1cfc221d [diff] |
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance NVME_CTRL_NEW should never see any I/O, because in order to start initialization it has to transition to NVME_CTRL_CONNECTING and from there it will never return to this state. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>