diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/compaction.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/compaction.c b/mm/compaction.c index 78075a268399..b16dd3822995 100644 --- a/mm/compaction.c +++ b/mm/compaction.c | |||
@@ -926,6 +926,8 @@ int sysctl_extfrag_threshold = 500; | |||
926 | * @gfp_mask: The GFP mask of the current allocation | 926 | * @gfp_mask: The GFP mask of the current allocation |
927 | * @nodemask: The allowed nodes to allocate from | 927 | * @nodemask: The allowed nodes to allocate from |
928 | * @sync: Whether migration is synchronous or not | 928 | * @sync: Whether migration is synchronous or not |
929 | * @contended: Return value that is true if compaction was aborted due to lock contention | ||
930 | * @page: Optionally capture a free page of the requested order during compaction | ||
929 | * | 931 | * |
930 | * This is the main entry point for direct page compaction. | 932 | * This is the main entry point for direct page compaction. |
931 | */ | 933 | */ |