From 351ff31d7ddfd4f4f2680cca1fd5cdd641c345ae Mon Sep 17 00:00:00 2001 From: Mel Gorman Date: Fri, 21 Sep 2012 11:00:27 +1000 Subject: [PATCH] mm: compaction: Update try_to_compact_pages()kerneldoc comment Parameters were added without documentation, tut tut. Signed-off-by: Mel Gorman Signed-off-by: Andrew Morton --- mm/compaction.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/compaction.c b/mm/compaction.c index 6f6a8c801a6c..b597fa4e9dfb 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -927,6 +927,8 @@ int sysctl_extfrag_threshold = 500; * @gfp_mask: The GFP mask of the current allocation * @nodemask: The allowed nodes to allocate from * @sync: Whether migration is synchronous or not + * @contended: Return value that is true if compaction was aborted due to lock contention + * @page: Optionally capture a free page of the requested order during compaction * * This is the main entry point for direct page compaction. */ -- 2.39.5