]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IPoIB: Use rtnl lock/unlock when changing device flags
authorEli Cohen <eli@mellanox.co.il>
Tue, 15 Jul 2008 06:48:51 +0000 (23:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 15 Jul 2008 06:48:51 +0000 (23:48 -0700)
commitc8c2afe360b7366f586f6bece1109a72ea334876
treec132fc0580deebde3dc49c59bac9c4a559aef192
parent9eae554c171e086c89ab83da2a2d3c8bf958fcb5
IPoIB: Use rtnl lock/unlock when changing device flags

Use of this lock is required to synchronize changes to the netdvice's
data structs.  Also move the call to ipoib_flush_paths() after the
modification of the netdevice flags in set_mode().

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_cm.c
drivers/infiniband/ulp/ipoib/ipoib_multicast.c