From: Julian Anastasov Date: Thu, 21 Mar 2013 09:57:58 +0000 (+0200) Subject: net: add skb_dst_set_noref_force X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~235^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932bc4d7a53ba418de67fdab533248df5b36c752;p=pandora-kernel.git net: add skb_dst_set_noref_force Rename skb_dst_set_noref to __skb_dst_set_noref and add force flag as suggested by David Miller. The new wrapper skb_dst_set_noref_force will force dst entries that are not cached to be attached as skb dst without taking reference as long as provided dst is reclaimed after RCU grace period. Signed-off-by: Julian Anastasov Signed-off by: Hans Schillstrom Acked-by: David S. Miller Signed-off-by: Simon Horman --- Reading git-diff-tree failed