diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2006-03-21 01:46:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 01:46:40 -0500 |
commit | e35fc385655ac584902edd98dd07ac488e986aa1 (patch) | |
tree | aa50ab6de762a5edc7f699bb77fdb94009995c8d /drivers/infiniband | |
parent | dec73ff0293d59076d1fd8f4a264898ecfc457ec (diff) |
[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>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c index a2408d7ec598..19fd17384d0a 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c | |||
@@ -115,7 +115,6 @@ static void ipoib_mcast_free(struct ipoib_mcast *mcast) | |||
115 | if (neigh->ah) | 115 | if (neigh->ah) |
116 | ipoib_put_ah(neigh->ah); | 116 | ipoib_put_ah(neigh->ah); |
117 | *to_ipoib_neigh(neigh->neighbour) = NULL; | 117 | *to_ipoib_neigh(neigh->neighbour) = NULL; |
118 | neigh->neighbour->ops->destructor = NULL; | ||
119 | kfree(neigh); | 118 | kfree(neigh); |
120 | } | 119 | } |
121 | 120 | ||