On Monday, June 13, 2016 07:41:31 Sven Eckelmann wrote:
Postponing the removal of the interface breaks the expected behavior of NETDEV_UNREGISTER and NETDEV_PRE_TYPE_CHANGE. This is especially problematic when an interface is removed and added in quick succession.
This reverts commit a33c882c1069 ("batman-adv: postpone sysfs removal when unregistering").
Signed-off-by: Sven Eckelmann sven@narfation.org
v5:
- rebase on top of current master
v4:
- rebase on top of current master
v3:
- rebased on top of current master to fix conflicts with newest patches
v2:
- rebased on top of current master to fix conflicts with newest patches
- adjust commit message to use 12-char commit id + commit subject to reference reverted commit
net/batman-adv/hard-interface.c | 26 +++--------------------- net/batman-adv/soft-interface.c | 44 ++++++++++++----------------------------- net/batman-adv/types.h | 4 ---- 3 files changed, 16 insertions(+), 58 deletions(-)
Applied in revision 0994697.
Thanks, Marek