]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: compaction: Update try_to_compact_pages()kerneldoc comment
authorMel Gorman <mgorman@suse.de>
Thu, 13 Sep 2012 01:01:02 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:46:05 +0000 (20:46 +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 cbbccf408a356676877541840477b09dfb5f4c76..3bb723201198d0507006feb89e0376c449908b13 100644 (file)
@@ -921,6 +921,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.
  */