]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae9c44ec53f7f1bfb4ff8c1c2099c473f4a22163
treec85769ee85b5e6e578fb04e83c98129dbb69cbb2
parentcc38f4439a582cf4c61ab3900c1e27e641ffeb39
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