Skip to content
Commit 8672d571 authored by Jens Axboe's avatar Jens Axboe
Browse files

[IDE] Use the block layer deferred softirq request completion



This patch makes IDE use the new blk_complete_request() interface.
There's still room for improvement, as __ide_end_request() really
could drop the lock after getting HWGROUP->rq (why does it need to
hold it in the first place? If ->rq access isn't serialized, we are
screwed anyways).

Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 1aea6434
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment