X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=block%2Fblk-ioc.c;h=b791022beef3158ba02a739c061838bf57500bf5;hb=c34c32ea97718bb24fc06158733580003ba89211;hp=3c7a339fe3813483155f31b05ea5aa5cd3224a36;hpb=e3166331a3288dd7184548896a1c7ab682f0dbe8;p=mv-sheeva.git diff --git a/block/blk-ioc.c b/block/blk-ioc.c index 3c7a339fe38..b791022beef 100644 --- a/block/blk-ioc.c +++ b/block/blk-ioc.c @@ -64,7 +64,7 @@ static void cfq_exit(struct io_context *ioc) rcu_read_unlock(); } -/* Called by the exitting task */ +/* Called by the exiting task */ void exit_io_context(struct task_struct *task) { struct io_context *ioc; @@ -74,10 +74,9 @@ void exit_io_context(struct task_struct *task) task->io_context = NULL; task_unlock(task); - if (atomic_dec_and_test(&ioc->nr_tasks)) { + if (atomic_dec_and_test(&ioc->nr_tasks)) cfq_exit(ioc); - } put_io_context(ioc); }