nvme: set initial value for controller's numa node
authorMax Gurtovoy <maxg@mellanox.com>
Tue, 16 Jun 2020 09:34:21 +0000 (12:34 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 24 Jun 2020 16:37:08 +0000 (18:37 +0200)
commit4fea243ebce40e2e4193d7d25eabfd963c46ef8c
tree3fae95888b7402234c6f4b326bc5cd3c967a53f1
parent0b8eb629a700c0ef15a437758db8255f8444e76c
nvme: set initial value for controller's numa node

Initialize the node to NUMA_NO_NODE value. Transports that are aware of
numa node affinity can override it (e.g. RDMA transport set the affinity
according to the RDMA HCA).

Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c