projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc668f
)
mm: compaction: Update try_to_compact_pages()kerneldoc comment
author
Mel Gorman
<
[email protected]
>
Mon, 8 Oct 2012 23:32:31 +0000
(16:32 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/mm/compaction.c
b/mm/compaction.c
index 78075a2683991c1496dbd58df23b8124c2e96cc7..b16dd3822995ab4b0111b84dad13e9c2f60c70ec 100644
(file)
--- 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.
*/