diff options
| author | Jens Axboe <jaxboe@fusionio.com> | 2011-03-10 02:52:07 -0500 |
|---|---|---|
| committer | Jens Axboe <jaxboe@fusionio.com> | 2011-03-10 02:52:07 -0500 |
| commit | 7eaceaccab5f40bbfda044629a6298616aeaed50 (patch) | |
| tree | 33954d12f63e25a47eb6d86ef3d3d0a5e62bf752 /Documentation | |
| parent | 73c101011926c5832e6e141682180c4debe2cf45 (diff) | |
block: remove per-queue plugging
Code has been converted over to the new explicit on-stack plugging,
and delay users have been converted to use the new API for that.
So lets kill off the old plugging along with aops->sync_page().
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/block/biodoc.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/block/biodoc.txt b/Documentation/block/biodoc.txt index b9a83dd24732..2a7b38c832c7 100644 --- a/Documentation/block/biodoc.txt +++ b/Documentation/block/biodoc.txt | |||
| @@ -963,11 +963,6 @@ elevator_dispatch_fn* fills the dispatch queue with ready requests. | |||
| 963 | 963 | ||
| 964 | elevator_add_req_fn* called to add a new request into the scheduler | 964 | elevator_add_req_fn* called to add a new request into the scheduler |
| 965 | 965 | ||
| 966 | elevator_queue_empty_fn returns true if the merge queue is empty. | ||
| 967 | Drivers shouldn't use this, but rather check | ||
| 968 | if elv_next_request is NULL (without losing the | ||
| 969 | request if one exists!) | ||
| 970 | |||
| 971 | elevator_former_req_fn | 966 | elevator_former_req_fn |
| 972 | elevator_latter_req_fn These return the request before or after the | 967 | elevator_latter_req_fn These return the request before or after the |
| 973 | one specified in disk sort order. Used by the | 968 | one specified in disk sort order. Used by the |
