diff options
author | Mel Gorman | 2012-10-09 01:32:31 +0200 |
---|---|---|
committer | Linus Torvalds | 2012-10-09 09:22:49 +0200 |
commit | 661c4cb9b829110cb68c18ea05a56be39f75a4d2 (patch) | |
tree | 1ad0a9ac6cd93534b7355423a30f3281b45cd6ee /mm/compaction.c | |
parent | mm: compaction: move fatal signal check out of compact_checklock_irqsave (diff) | |
download | kernel-qcow2-linux-661c4cb9b829110cb68c18ea05a56be39f75a4d2.tar.gz kernel-qcow2-linux-661c4cb9b829110cb68c18ea05a56be39f75a4d2.tar.xz kernel-qcow2-linux-661c4cb9b829110cb68c18ea05a56be39f75a4d2.zip |
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>
Diffstat (limited to 'mm/compaction.c')
-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; * @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. */ |