git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8736d
)
dm: fix locking context in queue_io()
author
Kiyoshi Ueda
<k-ueda@ct.jp.nec.com>
Wed, 8 Sep 2010 16:07:01 +0000
(18:07 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 10 Sep 2010 10:35:38 +0000
(12:35 +0200)
Now queue_io() is called from dec_pending(), which may be called with
interrupts disabled, so queue_io() must not enable interrupts
unconditionally and must save/restore the current interrupts status.
Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/md/dm.c
patch
|
blob
|
history
diff --cc
drivers/md/dm.c
Simple merge