From: Roland Dreier Date: Tue, 29 Nov 2005 05:20:34 +0000 (-0800) Subject: IPoIB: reinitialize path struct's completion for every query X-Git-Tag: v2.6.15-rc5~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c7eddaba33995e013ef3c04718f6dc8fdf2335;p=pandora-kernel.git IPoIB: reinitialize path struct's completion for every query It's possible that IPoIB will issue multiple SA queries for the same path struct. Therefore the struct's completion needs to be initialized for each query rather than only once when the struct is allocated, or else we might not wait long enough for later queries to finish and free the path struct too soon. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed