commit | 42f0c385f1c815276cf5107e590ba0a5ee6f9368 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Nov 14 23:06:09 2011 +0100 |
committer | John Kacur <jkacur@redhat.com> | Sat Nov 19 10:31:01 2011 +0100 |
tree | 448ea9c563c710fef30b83a8c0ce63ab28d2aa70 | |
parent | 77e714e423a8f04e4964f82fc36b2b6d8e44b854 [diff] |
dm: Make rt aware Use the BUG_ON_NORT variant for the irq_disabled() checks. RT has interrupts legitimately enabled here as we cant deadlock against the irq thread due to the "sleeping spinlocks" conversion. Reported-by: Luis Claudio R. Goncalves <lclaudio@uudg.org> Cc: stable-rt@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>