From: Krishna Kumar Date: Mon, 19 Oct 2009 23:46:45 +0000 (+0000) Subject: net: Fix for dst_negative_advice X-Git-Tag: v2.6.33-rc1~388^2~747 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea94ff3b55188df157a8740bdf3976a87563d705;p=pandora-kernel.git net: Fix for dst_negative_advice dst_negative_advice() should check for changed dst and reset sk_tx_queue_mapping accordingly. Pass sock to the callers of dst_negative_advice. (sk_reset_txq is defined just for use by dst_negative_advice. The only way I could find to get around this is to move dst_negative_() from dst.h to dst.c, include sock.h in dst.c, etc) Signed-off-by: Krishna Kumar Signed-off-by: David S. Miller --- Reading git-diff-tree failed