mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
mm: compaction: Update try_to_compact_pages()kerneldoc comment
Parameters were added without documentation, tut tut. Signed-off-by: Mel Gorman <mgorman@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3cc668f4e3
commit
661c4cb9b8
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue