commit | b17e3abb0af404cb62ad4ef1a5962f58b06e2b78 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Sun Jun 24 09:21:59 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jul 02 11:24:31 2018 +0200 |
tree | c1927fc7a8973d5ae2cf20d7e86b19d1b0efbdc5 | |
parent | c879f71c746c655ae03e1b828296c461b77ac8b6 [diff] |
s390/dasd: correct numa_node in dasd_alloc_queue The numa_node field of the tag_set struct has to be explicitly initialized, otherwise it stays as 0, which is a valid numa node id and cause memory allocation failure if node 0 is offline. Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>