From c03f94ccbd67fbcf546e5a9fcfeb99ef0aca4ada Mon Sep 17 00:00:00 2001 From: Joonsoo Kim Date: Fri, 18 May 2012 00:47:47 +0900 Subject: [PATCH] slub: use __SetPageSlab function to set PG_slab flag To set page-flag, using SetPageXXXX() and __SetPageXXXX() is more understandable and maintainable. So change it. Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-format-patch failed