From: Jiri Pirko Date: Wed, 19 May 2010 01:14:29 +0000 (+0000) Subject: bonding: move dev_addr cpy to bond_enslave X-Git-Tag: v2.6.36-rc1~571^2~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20811a79e671a6a1fe86a8c1afe04aca8a7f085;p=pandora-kernel.git bonding: move dev_addr cpy to bond_enslave Move the code that copies slave's mac address in case that's the first slave into bond_enslave. Ifenslave app does this also but that's not a problem. This is something that should be done in bond_enslave, and it shound not matter from where is it called. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed