diff options
author | Chuck Ebbert <[email protected]> | 2008-06-12 15:21:42 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-06-12 18:05:41 -0700 |
commit | cef33400d0349fb24b6f8b7dea79b66e3144fd8b (patch) | |
tree | 351e9da9d6805393e011f873b14a9100ebc7c741 /fs/jbd2/commit.c | |
parent | 30ec261e5f97986644c0982543bc1cee1b2782bf (diff) |
mmc: wbsd: initialize tasklets before requesting interrupt
With CONFIG_DEBUG_SHIRQ set we will get an interrupt as soon as we
allocate one. Tasklets may be scheduled in the interrupt handler but they
will be initialized after the handler returns, causing a BUG() in
kernel/softirq.c when they run.
Should fix this Fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=449817
Signed-off-by: Chuck Ebbert <[email protected]>
Acked-by: Pierre Ossman <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions