Explorar o código

[INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Arnaldo Carvalho de Melo %!s(int64=19) %!d(string=hai) anos
pai
achega
e35fc38565
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/infiniband/ulp/ipoib/ipoib_multicast.c

+ 0 - 1
drivers/infiniband/ulp/ipoib/ipoib_multicast.c

@@ -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);
 	}