zsmalloc: use first_page rather than page
authorMinchan Kim <minchan@kernel.org>
Fri, 20 May 2016 23:59:36 +0000 (16:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commita42094676f076534bf4998625456fe0bb99c1f1e
treec85769ee85b5e6e578fb04e83c98129dbb69cbb2
parenteae08dcab80c695c16c9f1f7dcd5b8ed52bfc88b
zsmalloc: use first_page rather than page

Clean up function parameter "struct page".  Many functions of zsmalloc
expect that page paramter is "first_page" so use "first_page" rather
than "page" for code readability.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zsmalloc.c