lkml.org 
[lkml]   [2019]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 06/20] IB/ipoib: drop useless LIST_HEAD
    On Sun, Dec 23, 2018 at 09:57:01AM +0100, Julia Lawall wrote:
    > Drop LIST_HEAD where the variable it declares is never used.
    >
    > Commit 31c02e215700 ("IPoIB: Avoid using stale last_send counter
    > when reaping AHs") removed the uses, but not the declaration.
    >
    > The semantic patch that fixes this problem is as follows:
    > (http://coccinelle.lip6.fr/)
    >
    > // <smpl>
    > @@
    > identifier x;
    > @@
    > - LIST_HEAD(x);
    > ... when != x
    > // </smpl>
    >
    > Fixes: 31c02e215700 ("IPoIB: Avoid using stale last_send counter when reaping AHs")
    > Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
    > Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
    > ---
    > Successfully 0-day tested on 151 configurations.
    >
    > drivers/infiniband/ulp/ipoib/ipoib_ib.c | 1 -
    > 1 file changed, 1 deletion(-)

    Applied to rdma for-next thanks

    Jason

    \
     
     \ /
      Last update: 2019-01-02 23:49    [W:4.122 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site