aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>2009-06-02 08:44:01 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-06-02 08:44:01 +0200
commit53c663ce0f39ba8e8ef652e400b317bc60ac7f19 (patch)
tree5d72723bbc35e4b35734fe770b5022192c4f92c9 /drivers/block
parentc143dc903d7c0b15f5052e00b2c7de33a8b4299c (diff)
block: fix a possible oops on elv_abort_queue()
I found one more mis-conversion to the 'request is always dequeued when completing' model in elv_abort_queue() during code inspection. Although I haven't hit any problem caused by this mis-conversion yet and just done compile/boot test, please apply if you have no problem. Request must be dequeued when it completes. However, elv_abort_queue() completes requests without dequeueing. This will cause oops in the __blk_end_request_all(). This patch fixes the oops. 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: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions