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:
db40980
)
RDS: Fix BUG_ONs to not fire when in a tasklet
author
Andy Grover
<andy.grover@oracle.com>
Sat, 13 Mar 2010 00:22:32 +0000
(16:22 -0800)
committer
Andy Grover
<andy.grover@oracle.com>
Thu, 9 Sep 2010 01:07:31 +0000
(18:07 -0700)
in_interrupt() is true in softirqs. The BUG_ONs are supposed
to check for if irqs are disabled, so we should use
BUG_ON(irqs_disabled()) instead, duh.
Signed-off-by: Andy Grover <andy.grover@oracle.com>
No differences found