zspage_order defines how many pages are needed to make a zspage.
So_order_ is rather awkward naming. It already deceive Jonathan
-http://lwn.net/Articles/477067/
" For each size, the code calculates an optimum number of pages (up to 16)"
Let's change from_order_ to_pages_ and some function names.
Signed-off-by: Minchan Kim<minchan@xxxxxxxxxx>
---
drivers/staging/zsmalloc/zsmalloc-main.c | 14 +++++++-------
drivers/staging/zsmalloc/zsmalloc_int.h | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)