]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:46:40 +0000 (22:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:46:40 +0000 (22:46 -0800)
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c

index a2408d7ec5986cb3e69b3988f9a6c5a35fbf118f..19fd17384d0aaaf8a8441a6f1257934c39da402a 100644 (file)
@@ -115,7 +115,6 @@ static void ipoib_mcast_free(struct ipoib_mcast *mcast)
                if (neigh->ah)
                        ipoib_put_ah(neigh->ah);
                *to_ipoib_neigh(neigh->neighbour) = NULL;
-               neigh->neighbour->ops->destructor = NULL;
                kfree(neigh);
        }