From: nikolay@redhat.com Date: Thu, 11 Apr 2013 09:18:56 +0000 (+0000) Subject: bonding: IFF_BONDING is not stripped on enslave failure X-Git-Tag: v3.9-rc8~20^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a5a7b9a528a8b4c8bec940b607c5dd9102b8cc;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed