]> Pileus Git - ~andy/linux/commit
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)
commita27545bf0bab9027e5c040901b68956551d9f63e
tree99bc548411cafd641bf2712faeff850ce23b1796
parentae467dd55d9cff0e8e3535e8b353e4a686205096
zsmalloc: use PageFlag macro instead of [set|test]_bit

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>
drivers/staging/zsmalloc/zsmalloc-main.c