Re: [PATCH] mm/zsmalloc: fix comment in zsmalloc

2017-02-08 Thread Sergey Senozhatsky
On (02/09/17 11:23), Yisheng Xie wrote: > The class index and fullness group are not encoded in > (first)page->mapping any more, after commit 3783689a1aa8 ("zsmalloc: > introduce zspage structure"). Instead, they are store in struct zspage. > > Cc: Minchan Kim > Cc: Sergey Senozhatsky > Cc: Niti

[PATCH] mm/zsmalloc: fix comment in zsmalloc

2017-02-08 Thread Yisheng Xie
The class index and fullness group are not encoded in (first)page->mapping any more, after commit 3783689a1aa8 ("zsmalloc: introduce zspage structure"). Instead, they are store in struct zspage. Cc: Minchan Kim Cc: Sergey Senozhatsky Cc: Nitin Gupta Cc: Hanjun Guo Signed-off-by: Yisheng Xie -