]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[IDE] Use the block layer deferred softirq request completion
authorJens Axboe <axboe@suse.de>
Mon, 9 Jan 2006 15:03:35 +0000 (16:03 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 9 Jan 2006 15:03:35 +0000 (16:03 +0100)
commit8672d57138b34447719cd7749f3d21070e1175a1
treedd23c85cf45c11f5d8f13d748002cddcb5551ab4
parent1aea6434eebd25e532d2e5ddabf2733af4e1ff0b
[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: Jens Axboe <axboe@suse.de>
drivers/ide/ide-io.c
drivers/ide/ide-probe.c
include/linux/ide.h