]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: mark netdev UP for intfs added post module load
authorMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 2 Dec 2014 20:17:26 +0000 (12:17 -0800)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Wed, 8 Jul 2015 21:00:12 +0000 (14:00 -0700)
commit15f96ed48ff267f49b81185cf86432a4f6344fa2
tree3da21f8a40954f65771eb619c5520e159eb45371
parent60c41a4aa7f71f0f74e1a4a21c7f18f0b7111e6a
RDS: mark netdev UP for intfs added post module load

When interfaces are brought up after module load,
a NETDEV_UP event for which no matching port exists
triggers re-initialization of active bonding data
structures. The initialization however missed marking
the layer as up in flag tracking which layers are up.
The fix here marks that layer as UP in the flags since
the initialization is triggered by the NETDEV_UP event
processing!

Orabug: 20130536

Signed-off-by: Mukesh Kacker <mukesh.kacker@oracle.com>
Acked-by: Chien Yen < chien.yen@oracle.com>
net/rds/ib.c