Skip to content

Commit

Permalink
block: fix function name in comment
Browse files Browse the repository at this point in the history
The comment was out of date.

Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Raul E Rangel <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Raul E Rangel authored and axboe committed May 2, 2019
1 parent 2d5abb9 commit 273938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-mq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ void blk_mq_free_rqs(struct blk_mq_tag_set *set, struct blk_mq_tags *tags,
list_del_init(&page->lru);
/*
* Remove kmemleak object previously allocated in
* blk_mq_init_rq_map().
* blk_mq_alloc_rqs().
*/
kmemleak_free(page_address(page));
__free_pages(page, page->private);
Expand Down

0 comments on commit 273938b

Please sign in to comment.