net: Fix ipoib rtnl_lock sysfs deadlock.
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 13 May 2009 17:01:51 +0000 (17:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2009 05:15:59 +0000 (22:15 -0700)
Network device sysfs files that grab the rtnl_lock unconditionally
will deadlock if accessed when the network device is being
unregistered.  So use trylock and syscall_restart to avoid this
deadlock.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found