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:
6b923cb
)
rds: Don't disable BH on BH context
author
Ying Xue
<ying.xue@windriver.com>
Sun, 19 Aug 2012 21:44:08 +0000
(21:44 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 23 Aug 2012 05:52:04 +0000
(22:52 -0700)
Since we have already in BH context when *_write_space(),
*_data_ready() as well as *_state_change() are called, it's
unnecessary to disable BH.
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found