From: Andy Grover Date: Sat, 13 Mar 2010 00:22:32 +0000 (-0800) Subject: RDS: Fix BUG_ONs to not fire when in a tasklet X-Git-Tag: v2.6.37-rc1~147^2~499^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2effba2c16fc3bd47da605116485afe01e0be0;p=pandora-kernel.git 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: Andy Grover --- Reading git-diff-tree failed