Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 661c4cb9 authored by Mel Gorman's avatar Mel Gorman Committed by Linus Torvalds
Browse files

mm: compaction: Update try_to_compact_pages()kerneldoc comment



Parameters were added without documentation, tut tut.

Signed-off-by: default avatarMel Gorman <mgorman@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3cc668f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -926,6 +926,8 @@ int sysctl_extfrag_threshold = 500;
 * @gfp_mask: The GFP mask of the current allocation
 * @gfp_mask: The GFP mask of the current allocation
 * @nodemask: The allowed nodes to allocate from
 * @nodemask: The allowed nodes to allocate from
 * @sync: Whether migration is synchronous or not
 * @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.
 * This is the main entry point for direct page compaction.
 */
 */