zsmalloc: use PageFlag macro instead of [set|test]_bit
authorMinchan Kim <minchan@kernel.org>
Wed, 25 Apr 2012 06:23:09 +0000 (15:23 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 17:59:16 +0000 (10:59 -0700)
MM code always uses PageXXX to handle page flags.
Let's keep the consistency.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Acked-by: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found