]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: compaction: Update try_to_compact_pages()kerneldoc comment
authorMel Gorman <mgorman@suse.de>
Fri, 21 Sep 2012 01:00:27 +0000 (11:00 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Sep 2012 08:46:21 +0000 (18: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 6f6a8c801a6c34318e2aea8569cdf7ea1971d580..b597fa4e9dfb5c2a465030b70f6be87692e3487c 100644 (file)
@@ -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.
  */