git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3059b1
)
bnx2: Use mutex on slow path cnic calls.
author
Michael Chan
<mchan@broadcom.com>
Fri, 14 Aug 2009 15:49:45 +0000
(15:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 16 Aug 2009 01:50:44 +0000
(18:50 -0700)
The slow path calls to the cnic driver are sleepable calls so we
cannot use rcu_read_lock(). Use mutex for these slow path calls
instead.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Reviewed-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found