Skip to content
Commit 9e2effba authored by Andy Grover's avatar Andy Grover
Browse files

RDS: Fix BUG_ONs to not fire when in a tasklet



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: default avatarAndy Grover <andy.grover@oracle.com>
parent db40980f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment