diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-19 02:36:55 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-19 02:36:55 -0700 |
| commit | e229be85d8e1cb9d3e8e484aca316e210b77cf52 (patch) | |
| tree | 6bfc799a25c8e8a73be7b6f2597cf0e05721877e /include/linux/raid | |
| parent | ccee748ef83e85c36732137353403e04c3bf72d2 (diff) | |
[PATCH] Remove blk_run_queues() remnants
It no longer exists.
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index 1cabc4d80e6a..baf88d2ad986 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h @@ -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. |
