[git patch review 2/8] IPoIB: always set path->query to NULL when query finishes
From: Roland Dreier (rolandd_at_cisco.com)
Date: 11/30/05
- Previous message: Wakko Warner: "Re: [OT] 1500 days uptime."
- Next in thread: Roland Dreier: "[git patch review 3/8] IPoIB: reinitialize mcast structs' completions for every query"
- Reply: Roland Dreier: "[git patch review 3/8] IPoIB: reinitialize mcast structs' completions for every query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Nov 2005 00:57:25 +0000 To: linux-kernel@vger.kernel.org, openib-general@openib.org
Always set path->query to NULL when the SA path record query
completes, rather than only when we don't have an address handle.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
--- drivers/infiniband/ulp/ipoib/ipoib_main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) applies-to: 5f96a0797d23e7cee4f2a6c4770bacadee31a261 5872a9fc28e6cd3a4e51479a50970d19a01573b3 diff --git a/drivers/infiniband/ulp/ipoib/ipoib_main.c b/drivers/infiniband/ulp/ipoib/ipoib_main.c index cd58b3d..826d7a7 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_main.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_main.c @@ -398,9 +398,9 @@ static void path_rec_completion(int stat while ((skb = __skb_dequeue(&neigh->queue))) __skb_queue_tail(&skqueue, skb); } - } else - path->query = NULL; + } + path->query = NULL; complete(&path->done); spin_unlock_irqrestore(&priv->lock, flags); --- 0.99.9k - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Wakko Warner: "Re: [OT] 1500 days uptime."
- Next in thread: Roland Dreier: "[git patch review 3/8] IPoIB: reinitialize mcast structs' completions for every query"
- Reply: Roland Dreier: "[git patch review 3/8] IPoIB: reinitialize mcast structs' completions for every query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|