From: Weijie Yang Date: Wed, 4 Jun 2014 23:11:08 +0000 (-0700) Subject: zsmalloc: fixup trivial zs size classes value in comments X-Git-Tag: firefly_0821_release~3680^2~8^2^2~25 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c398e6a3df7562a1a70e2ad487dcda2c3cb635e9;p=firefly-linux-kernel-4.4.55.git zsmalloc: fixup trivial zs size classes value in comments According to calculation, ZS_SIZE_CLASSES value is 255 on systems with 4K page size, not 254. The old value may forget count the ZS_MIN_ALLOC_SIZE in. This patch fixes this trivial issue in the comments. Signed-off-by: Weijie Yang Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds (cherry picked from commit 7eb52512a977854eca51d9b692c2f3be8a0e5eeb) Signed-off-by: Alex Shi --- diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index b728f10e353b..cee5c54c500f 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -129,7 +129,7 @@ #define ZS_MAX_ALLOC_SIZE PAGE_SIZE /* - * On systems with 4K page size, this gives 254 size classes! There is a + * On systems with 4K page size, this gives 255 size classes! There is a * trader-off here: * - Large number of size classes is potentially wasteful as free page are * spread across these classes