slob: Define page struct fields used in mm_types.h
authorChristoph Lameter <cl@linux.com>
Wed, 13 Jun 2012 15:24:52 +0000 (10:24 -0500)
committerPekka Enberg <penberg@kernel.org>
Thu, 14 Jun 2012 06:19:47 +0000 (09:19 +0300)
commitb8c24c4aef94b1f0daafb450363fef13a1163780
tree59f83d4c3cdaf4d58a0692eede704e658ce5659b
parent23910c50cced8f35d53e4f8ea0cc09ad58d286af
slob: Define page struct fields used in mm_types.h

Define the fields used by slob in mm_types.h and use struct page instead
of struct slob_page in slob. This cleans up numerous of typecasts in slob.c and
makes readers aware of slob's use of page struct fields.

[Also cleans up some bitrot in slob.c. The page struct field layout
in slob.c is an old layout and does not match the one in mm_types.h]

Reviewed-by: Glauber Costa <glommer@parallels.com>
Acked-by: David Rientjes <rientjes@google.com>
Reviewed-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/mm_types.h
mm/slob.c