slub: use __SetPageSlab function to set PG_slab flag
authorJoonsoo Kim <js1304@gmail.com>
Thu, 17 May 2012 15:47:47 +0000 (00:47 +0900)
committerPekka Enberg <penberg@kernel.org>
Fri, 18 May 2012 09:28:06 +0000 (12:28 +0300)
To set page-flag, using SetPageXXXX() and __SetPageXXXX() is more
understandable and maintainable. So change it.

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found