diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-03-26 11:36:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-26 18:56:53 +0200 |
commit | 6dc659d813fdd1789e605d69d0b8762d284e8c60 (patch) | |
tree | 3eda05a63e1ed271d8382ca4de3315d1e1c19a24 /kernel/irq | |
parent | Merge master.kernel.org:/home/rmk/linux-2.6-serial (diff) | |
download | linux-6dc659d813fdd1789e605d69d0b8762d284e8c60.tar.xz linux-6dc659d813fdd1789e605d69d0b8762d284e8c60.zip |
[PATCH] drivers/block/floppy.c: dont free_irq() from irq context
free_irq() should not be executed from softirq context.
Found by the lock validator. The fix is to push fd_free_irq() into
keventd. The code validates fine with this patch applied.
(akpm: this is revolting, but so is floppy.c)
[akpm@osdl.org: added flush_scheduled_work()]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/irq')
0 files changed, 0 insertions, 0 deletions