Skip to content

Commit

Permalink
mm/zsmalloc: fix comment in zsmalloc
Browse files Browse the repository at this point in the history
The class index and fullness group are not encoded in
(first)page->mapping any more, after commit 3783689 ("zsmalloc:
introduce zspage structure").  Instead, they are store in struct zspage.

Just delete this unneeded comment.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yisheng Xie <[email protected]>
Suggested-by: Sergey Senozhatsky <[email protected]>
Reviewed-by: Sergey Senozhatsky <[email protected]>
Acked-by: Minchan Kim <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Hanjun Guo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Yisheng Xie authored and torvalds committed Feb 25, 2017
1 parent ad69444 commit b538e42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mm/zsmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ struct zs_pool {
#endif
};

/*
* A zspage's class index and fullness group
* are encoded in its (first)page->mapping
*/
#define FULLNESS_BITS 2
#define CLASS_BITS 8
#define ISOLATED_BITS 3
Expand Down

0 comments on commit b538e42

Please sign in to comment.