zsmalloc: add fullness into stat
authorMinchan Kim <[email protected]>
Wed, 15 Apr 2015 23:15:42 +0000 (16:15 -0700)
committerLinus Torvalds <[email protected]>
Wed, 15 Apr 2015 23:35:21 +0000 (16:35 -0700)
commit248ca1b053c82fa22427d22b33ac51a24c88a86d
tree34fe1947d4b2ae8e2c57554152bfd836729d5631
parent7b60a68529b0d827d26ea3426c2addd071bff789
zsmalloc: add fullness into stat

During investigating compaction, fullness information of each class is
helpful for investigating how the compaction works well.  With that, we
could know how compaction works well more clear on each size class.

Signed-off-by: Minchan Kim <[email protected]>
Cc: Juneho Choi <[email protected]>
Cc: Gunho Lee <[email protected]>
Cc: Luigi Semenzato <[email protected]>
Cc: Dan Streetman <[email protected]>
Cc: Seth Jennings <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Jerome Marchand <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/zsmalloc.c