mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	block: fix function name in comment
The comment was out of date. Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Raul E Rangel <rrangel@chromium.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
		
							parent
							
								
									2d5abb9a1e
								
							
						
					
					
						commit
						273938bf7a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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);
 | 
							list_del_init(&page->lru);
 | 
				
			||||||
		/*
 | 
							/*
 | 
				
			||||||
		 * Remove kmemleak object previously allocated in
 | 
							 * Remove kmemleak object previously allocated in
 | 
				
			||||||
		 * blk_mq_init_rq_map().
 | 
							 * blk_mq_alloc_rqs().
 | 
				
			||||||
		 */
 | 
							 */
 | 
				
			||||||
		kmemleak_free(page_address(page));
 | 
							kmemleak_free(page_address(page));
 | 
				
			||||||
		__free_pages(page, page->private);
 | 
							__free_pages(page, page->private);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue