diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2019-01-25 00:01:42 -0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-02-10 08:24:08 -0700 |
commit | 7585d5082e17a6988a784010c1fbbc4055edcdb7 (patch) | |
tree | 24e91fb22dfdf83b4428a0353dcdb57487f6dae5 /block | |
parent | eca7abf31abba2acac445ec6a1d3f94cf0cab918 (diff) | |
download | linux-7585d5082e17a6988a784010c1fbbc4055edcdb7.tar.bz2 |
blk-cgroup: Fix doc related to blkcg_exit_queue
Since 4cf6324b17e9, a portion of function blk_cleanup_queue was moved to
a newly created function called blk_exit_queue, including the call of
blkcg_exit_queue. So, adjust the documenation according.
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 2bed5725aa03..77f37ef8ef06 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -1269,7 +1269,7 @@ void blkcg_drain_queue(struct request_queue *q) * blkcg_exit_queue - exit and release blkcg part of request_queue * @q: request_queue being released * - * Called from blk_release_queue(). Responsible for exiting blkcg part. + * Called from blk_exit_queue(). Responsible for exiting blkcg part. */ void blkcg_exit_queue(struct request_queue *q) { |