From 15283e97f91ed67fab57a7df9c268c9fed98cc1f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 2 Jun 2002 03:15:02 -0700 Subject: [PATCH] documentation and tq_disk removals This should be the last of tq_disk, at least the trivial ones. md still has some queue_task references, I'll let Ingo/Neil clean those up. suspend is still broken, it was broken before too though. I guess Pavel will want to fix that. Also, I've documented the plug functions. --- include/linux/raid/md_k.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux/raid') diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 62024cab73f2..7b270a50487e 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h @@ -355,7 +355,7 @@ do { \ if (condition) \ break; \ spin_unlock_irq(&lock); \ - run_task_queue(&tq_disk); \ + blk_run_queues(); \ schedule(); \ spin_lock_irq(&lock); \ } \ @@ -381,7 +381,7 @@ do { \ set_current_state(TASK_UNINTERRUPTIBLE); \ if (condition) \ break; \ - run_task_queue(&tq_disk); \ + blk_run_queues(); \ schedule(); \ } \ current->state = TASK_RUNNING; \ -- cgit v1.2.3