diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-05-13 21:02:50 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-19 09:16:00 +0400 |
commit | 496a60cdcd5d0d884dddf6c3b4ea912923a70f13 (patch) | |
tree | dd7c3e4e61d4c4bead3c7bd3db17401431e6d87e /drivers/net/wan/hdlc_fr.c | |
parent | 26574401fef6766f6c3ca25b5c13febe662d2a32 (diff) | |
download | linux-496a60cdcd5d0d884dddf6c3b4ea912923a70f13.tar.xz |
net: FIX bonding sysfs rtnl_lock deadlock
Sysfs files for a network device can not unconditionally take the
rtnl_lock as the bonding sysfs files do. If someone accesses those
sysfs files while the network device is being unregistered with the
rtnl_lock held we will deadlock.
So use trylock and restart_syscall to avoid this problem.
Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/hdlc_fr.c')
0 files changed, 0 insertions, 0 deletions