diff options
| author | Ursula Braun <[email protected]> | 2007-06-20 12:58:02 +0200 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2007-06-20 19:12:42 -0400 |
| commit | add3f2fa7a6cec16d35a95b9078e1ecc80a6f332 (patch) | |
| tree | 318ef63e12c33bd115dd86954343b0ae27795141 /include/linux | |
| parent | d81ef0fb76ef2eb7126f64cb34217d2ddfb48483 (diff) | |
s390: avoid inconsistent lock state in qeth
ipv6_regen_rndid in net/ipv6/addrconf.c makes use of "write_lock_bh"
for its inet6_dev->lock. It may run in softirq-context.
qeth makes use of "read_lock" for the same inet6_dev->lock.
To avoid a potential deadlock situation, qeth should make use of
"read_lock_bh" for its usages of inet6_dev->lock.
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: Frank Pavlic <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions