From 78a646ced88450754613573f7d1fa7cb0de14bb3 Mon Sep 17 00:00:00 2001 From: Nikolay Aleksandrov Date: Thu, 1 Aug 2013 16:54:49 +0200 Subject: [PATCH] bonding: simplify broadcast_xmit function We don't need to start from the curr_active_slave as the frame will be sent to all eligible slaves anyway, so we remove the unnecessary local variables, checks and comments, and make it use the standard list API. This has the nice side-effect that later when it's converted to RCU a race condition will be avoided which could lead to double packet tx. Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-format-patch failed