aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/zsmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index c4a91578dc96..c81f63e73c5f 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -175,7 +175,7 @@ enum fullness_group {
175 * n <= N / f, where 175 * n <= N / f, where
176 * n = number of allocated objects 176 * n = number of allocated objects
177 * N = total number of objects zspage can store 177 * N = total number of objects zspage can store
178 * f = 1/fullness_threshold_frac 178 * f = fullness_threshold_frac
179 * 179 *
180 * Similarly, we assign zspage to: 180 * Similarly, we assign zspage to:
181 * ZS_ALMOST_FULL when n > N / f 181 * ZS_ALMOST_FULL when n > N / f