mm: compaction: Update try_to_compact_pages()kerneldoc comment
authorMel Gorman <[email protected]>
Mon, 8 Oct 2012 23:32:31 +0000 (16:32 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Oct 2012 07:22:49 +0000 (16:22 +0900)
Parameters were added without documentation, tut tut.

Signed-off-by: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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.
  */