aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/compaction.h')
-rw-r--r--include/linux/compaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/compaction.h b/include/linux/compaction.h
index e88c037afe47..a1fba9994728 100644
--- a/include/linux/compaction.h
+++ b/include/linux/compaction.h
@@ -6,8 +6,9 @@
6 * Lower value means higher priority, analogically to reclaim priority. 6 * Lower value means higher priority, analogically to reclaim priority.
7 */ 7 */
8enum compact_priority { 8enum compact_priority {
9 COMPACT_PRIO_SYNC_FULL,
10 MIN_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_FULL,
9 COMPACT_PRIO_SYNC_LIGHT, 11 COMPACT_PRIO_SYNC_LIGHT,
10 MIN_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_LIGHT,
11 DEF_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_LIGHT, 12 DEF_COMPACT_PRIORITY = COMPACT_PRIO_SYNC_LIGHT,
12 COMPACT_PRIO_ASYNC, 13 COMPACT_PRIO_ASYNC,
13 INIT_COMPACT_PRIORITY = COMPACT_PRIO_ASYNC 14 INIT_COMPACT_PRIORITY = COMPACT_PRIO_ASYNC