It no longer exists.


---

 25-akpm/drivers/block/umem.c       |    2 +-
 25-akpm/include/linux/fs.h         |    1 -
 25-akpm/include/linux/raid/raid5.h |    2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff -puN drivers/block/umem.c~blk_run_queues-remnants drivers/block/umem.c
--- 25/drivers/block/umem.c~blk_run_queues-remnants	2004-05-16 16:30:27.074818344 -0700
+++ 25-akpm/drivers/block/umem.c	2004-05-16 16:30:46.275899336 -0700
@@ -278,7 +278,7 @@ static void dump_dmastat(struct cardinfo
  * Whenever IO on the active page completes, the Ready page is activated
  * and the ex-Active page is clean out and made Ready.
  * Otherwise the Ready page is only activated when it becomes full, or
- * when mm_unplug_device is called via blk_run_queues().
+ * when mm_unplug_device is called via the unplug_io_fn.
  *
  * If a request arrives while both pages a full, it is queued, and b_rdev is
  * overloaded to record whether it was a read or a write.
diff -puN include/linux/raid/raid5.h~blk_run_queues-remnants include/linux/raid/raid5.h
--- 25/include/linux/raid/raid5.h~blk_run_queues-remnants	2004-05-16 16:30:27.089816064 -0700
+++ 25-akpm/include/linux/raid/raid5.h	2004-05-16 16:30:59.969817544 -0700
@@ -181,7 +181,7 @@ struct stripe_head {
  * is put on a "delayed" queue until there are no stripes currently
  * in a pre-read phase.  Further, if the "delayed" queue is empty when
  * a stripe is put on it then we "plug" the queue and do not process it
- * until an unplug call is made. (blk_run_queues is run).
+ * until an unplug call is made. (the unplug_io_fn() is called).
  *
  * When preread is initiated on a stripe, we set PREREAD_ACTIVE and add
  * it to the count of prereading stripes.
diff -puN include/linux/fs.h~blk_run_queues-remnants include/linux/fs.h
--- 25/include/linux/fs.h~blk_run_queues-remnants	2004-05-16 16:30:27.105813632 -0700
+++ 25-akpm/include/linux/fs.h	2004-05-16 16:31:03.537275208 -0700
@@ -1235,7 +1235,6 @@ extern int blkdev_get(struct block_devic
 extern int blkdev_put(struct block_device *);
 extern int bd_claim(struct block_device *, void *);
 extern void bd_release(struct block_device *);
-extern void blk_run_queues(void);
 
 /* fs/char_dev.c */
 extern int alloc_chrdev_region(dev_t *, unsigned, unsigned, char *);

_