]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm: compaction: Update try_to_compact_pages()kerneldoc comment
authorMel Gorman <mgorman@suse.de>
Fri, 28 Sep 2012 00:19:45 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:49:31 +0000 (16:49 +1000)
Parameters were added without documentation, tut tut.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c

index 78075a2683991c1496dbd58df23b8124c2e96cc7..b16dd3822995ab4b0111b84dad13e9c2f60c70ec 100644 (file)
@@ -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.
  */