From: Mel Gorman Date: Fri, 28 Sep 2012 00:19:45 +0000 (+1000) Subject: mm: compaction: Update try_to_compact_pages()kerneldoc comment X-Git-Tag: next-20121004~1^2~245 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fea130f7cd1562ccffe884a932c20199273b0985;p=karo-tx-linux.git 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 --- diff --git a/mm/compaction.c b/mm/compaction.c index 78075a268399..b16dd3822995 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -926,6 +926,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. */