diff mbox series

blk-cgroup: Fix doc related to blkcg_exit_queue

Message ID 20190125020142.921371-1-marcos.souza.org@gmail.com (mailing list archive)
State New, archived
Headers show
Series blk-cgroup: Fix doc related to blkcg_exit_queue | expand

Commit Message

Marcos Paulo de Souza Jan. 25, 2019, 2:01 a.m. UTC
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.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
 block/blk-cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bart Van Assche Jan. 25, 2019, 3:50 a.m. UTC | #1
On 1/24/19 6:01 PM, Marcos Paulo de Souza wrote:
> 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.
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> ---
>   block/blk-cgroup.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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)
>   {

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Marcos Paulo de Souza Feb. 9, 2019, 6:32 p.m. UTC | #2
Ping :)

On 1/25/19 1:50 AM, Bart Van Assche wrote:
> On 1/24/19 6:01 PM, Marcos Paulo de Souza wrote:
>> 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.
>>
>> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
>> ---
>>   block/blk-cgroup.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> 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)
>>   {
> 
> Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Jens Axboe Feb. 10, 2019, 3:24 p.m. UTC | #3
On 1/24/19 7:01 PM, Marcos Paulo de Souza wrote:
> 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.

Applied, thanks.
diff mbox series

Patch

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)
 {