commit | 6d7ab43ccce5fddeca945ba6b06ba32cda4e3355 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri Jun 12 19:02:49 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 13 23:29:00 2009 -0700 |
tree | 7492faab7570a039535936d4822f0c69f2eee0be | |
parent | 3d632c3f28e69f0d6d44aa09c4df708d63a91a7c [diff] |
bonding: elminate bad refcount code The "expected_refcount" stuff in bonding sysfs module is a mistake. Sysfs does proper refcounting, and it is okay to remove a bond device that has some user process holding the file open. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>