Re: [PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Heiko Carstens
On Sun, Nov 04, 2018 at 01:28:06PM -0800, Guenter Roeck wrote: > __node_distance is used by nvme, resulting in: > > ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! > > when trying to build nvme as module. > > Fixes: f333444708f8 ("nvme: take node locality into account when

Re: [PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Heiko Carstens
On Sun, Nov 04, 2018 at 01:28:06PM -0800, Guenter Roeck wrote: > __node_distance is used by nvme, resulting in: > > ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! > > when trying to build nvme as module. > > Fixes: f333444708f8 ("nvme: take node locality into account when

Re: [PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Martin Schwidefsky
On Sun, 4 Nov 2018 13:28:06 -0800 Guenter Roeck wrote: > __node_distance is used by nvme, resulting in: > > ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! > > when trying to build nvme as module. > > Fixes: f333444708f8 ("nvme: take node locality into account when

Re: [PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Martin Schwidefsky
On Sun, 4 Nov 2018 13:28:06 -0800 Guenter Roeck wrote: > __node_distance is used by nvme, resulting in: > > ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! > > when trying to build nvme as module. > > Fixes: f333444708f8 ("nvme: take node locality into account when

[PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Guenter Roeck
__node_distance is used by nvme, resulting in: ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! when trying to build nvme as module. Fixes: f333444708f8 ("nvme: take node locality into account when selecting a path") Cc: Christoph Hellwig Signed-off-by: Guenter Roeck ---

[PATCH] s390: numa: Export __node_distance

2018-11-04 Thread Guenter Roeck
__node_distance is used by nvme, resulting in: ERROR: "__node_distance" [drivers/nvme/host/nvme-core.ko] undefined! when trying to build nvme as module. Fixes: f333444708f8 ("nvme: take node locality into account when selecting a path") Cc: Christoph Hellwig Signed-off-by: Guenter Roeck ---