bonding: move slave MTU handling from sysfs V2
authorJiri Pirko <jpirko@redhat.com>
Tue, 18 May 2010 05:42:40 +0000 (05:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 10:39:41 +0000 (03:39 -0700)
V1->V2: corrected res/ret use

For some reason, MTU handling (storing, and restoring) is taking  place in
bond_sysfs. The correct place for this code is in bond_enslave, bond_release.
So move it there.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found