From: dingtianhong Date: Thu, 2 Jan 2014 01:13:06 +0000 (+0800) Subject: bonding: slight optimizztion for bond_slave_override() X-Git-Tag: v3.14-rc1~94^2~332^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3900f29021f0bc7fe9815aa32f1a993b7dfdd402;p=pandora-kernel.git bonding: slight optimizztion for bond_slave_override() When the skb is xmit by the function bond_slave_override(), it will have duplicate judgement for slave state, and I think it will consumes a little performance, maybe it is negligible, so I simplify the function and remove the unwanted judgement. Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-diff-tree failed