Re: [PATCH] block: generic_unplug_device implicitly makes irq enable

2007-05-08 Thread Jens Axboe
On Tue, May 08 2007, Konstantin Baydarov wrote: > Hi, > > while working on LKCD I found out common block device issue. > LKCD uses generic_unplug_device() to finish disk IO in case of blockdev > kernel core dump. > I found out that after calling of generic_unplug_device() IRQs become > implicitl

[PATCH] block: generic_unplug_device implicitly makes irq enable

2007-05-08 Thread Konstantin Baydarov
Hi, while working on LKCD I found out common block device issue. LKCD uses generic_unplug_device() to finish disk IO in case of blockdev kernel core dump. I found out that after calling of generic_unplug_device() IRQs become implicitly enabled (it is supposed that IRQs are disabled). I looked at