commit | b6a5a7b9a528a8b4c8bec940b607c5dd9102b8cc | [log] [tgz] |
---|---|---|
author | nikolay@redhat.com <nikolay@redhat.com> | Thu Apr 11 09:18:56 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 16:01:47 2013 -0400 |
tree | bc29c9f5490ab363d651a73319e8073d3a92b824 | |
parent | 6101391d4a381cc0c661d8765235b3cad7da09e5 [diff] |
bonding: IFF_BONDING is not stripped on enslave failure While enslaving a new device and after IFF_BONDING flag is set, in case of failure it is not stripped from the device's priv_flags while cleaning up, which could lead to other problems. Cleaning at err_close because the flag is set after dev_open(). v2: no change Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>