浏览代码

[PATCH] remove invalid comment in mm/page_alloc.c

free_pages_bulk() doesn't free the entire list if count == 0.

Signed-off-by: Renaud Lienhart <renaud.lienhart@free.fr>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Renaud Lienhart 19 年之前
父节点
当前提交
207f36eec9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mm/page_alloc.c

+ 1 - 1
mm/page_alloc.c

@@ -335,7 +335,7 @@ static inline void free_pages_check(const char *function, struct page *page)
 /*
 /*
  * Frees a list of pages. 
  * Frees a list of pages. 
  * Assumes all pages on list are in same zone, and of same order.
  * Assumes all pages on list are in same zone, and of same order.
- * count is the number of pages to free, or 0 for all on the list.
+ * count is the number of pages to free.
  *
  *
  * If the zone was previously in an "all pages pinned" state then look to
  * If the zone was previously in an "all pages pinned" state then look to
  * see if this freeing clears that state.
  * see if this freeing clears that state.