lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 341/343] IB/iser: Fix dma_nents type definition
    Date
    From: Max Gurtovoy <maxg@mellanox.com>

    [ Upstream commit c1545f1a200f4adc4ef8dd534bf33e2f1aa22c2f ]

    The retured value from ib_dma_map_sg saved in dma_nents variable. To avoid
    future mismatch between types, define dma_nents as an integer instead of
    unsigned.

    Fixes: 57b26497fabe ("IB/iser: Pass the correct number of entries for dma mapped SGL")
    Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
    Reviewed-by: Israel Rukshin <israelr@mellanox.com>
    Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
    Acked-by: Sagi Grimberg <sagi@grimberg.me>
    Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
    Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/infiniband/ulp/iser/iscsi_iser.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.h b/drivers/infiniband/ulp/iser/iscsi_iser.h
    index c1ae4aeae2f90..46dfc6ae9d1c1 100644
    --- a/drivers/infiniband/ulp/iser/iscsi_iser.h
    +++ b/drivers/infiniband/ulp/iser/iscsi_iser.h
    @@ -197,7 +197,7 @@ struct iser_data_buf {
    struct scatterlist *sg;
    int size;
    unsigned long data_len;
    - unsigned int dma_nents;
    + int dma_nents;
    };

    /* fwd declarations */
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-24 11:08    [W:4.482 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site