]> Git Repo - linux.git/commit
bonding: do not cancel works in bond_uninit()
authorKonstantin Khlebnikov <[email protected]>
Fri, 14 Dec 2012 01:02:55 +0000 (01:02 +0000)
committerDavid S. Miller <[email protected]>
Fri, 14 Dec 2012 18:14:07 +0000 (13:14 -0500)
commitcfb6f99dd9629ec7759b78cff51d9bf7eedf105a
tree5d40f4433bccd7f00e60a83a549901a723b3f258
parent493682b8b8a9bf130a544d983c63f1b35df688b9
bonding: do not cancel works in bond_uninit()

Bonding initializes these works in bond_open() and cancels in bond_close(),
thus in bond_uninit() they are already canceled but may be unitialized yet.

Signed-off-by: Konstantin Khlebnikov <[email protected]>
Cc: Nikolay Aleksandrov <[email protected]>
Cc: Jay Vosburgh <[email protected]>
Cc: Andy Gospodarek <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
drivers/net/bonding/bond_main.c
This page took 0.052322 seconds and 4 git commands to generate.