mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
mm/zsmalloc.c: fix comment for get_pages_per_zspage
Signed-off-by: Yinghao Xie <yinghao.xie@sumsung.com> Suggested-by: Minchan Kim <minchan@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d02be50dba
commit
888fa374e6
@ -731,7 +731,8 @@ out:
|
||||
* to form a zspage for each size class. This is important
|
||||
* to reduce wastage due to unusable space left at end of
|
||||
* each zspage which is given as:
|
||||
* wastage = Zp - Zp % size_class
|
||||
* wastage = Zp % class_size
|
||||
* usage = Zp - wastage
|
||||
* where Zp = zspage size = k * PAGE_SIZE where k = 1, 2, ...
|
||||
*
|
||||
* For example, for size class of 3/8 * PAGE_SIZE, we should
|
||||
|
Loading…
x
Reference in New Issue
Block a user