lkml.org 
[lkml]   [2018]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.18 060/136] s390/dasd: correct numa_node in dasd_alloc_queue
    Date
    From: Vasily Gorbik <gor@linux.ibm.com>

    [ Upstream commit b17e3abb0af404cb62ad4ef1a5962f58b06e2b78 ]

    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>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    drivers/s390/block/dasd.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c
    index a9f60d0ee02e..7c732414367f 100644
    --- a/drivers/s390/block/dasd.c
    +++ b/drivers/s390/block/dasd.c
    @@ -3127,6 +3127,7 @@ static int dasd_alloc_queue(struct dasd_block *block)
    block->tag_set.nr_hw_queues = nr_hw_queues;
    block->tag_set.queue_depth = queue_depth;
    block->tag_set.flags = BLK_MQ_F_SHOULD_MERGE;
    + block->tag_set.numa_node = NUMA_NO_NODE;

    rc = blk_mq_alloc_tag_set(&block->tag_set);
    if (rc)
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-09-17 05:02    [W:4.069 / U:0.896 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site