From: Pekka Enberg Date: Fri, 23 Jun 2006 09:03:07 +0000 (-0700) Subject: [PATCH] slab: page mapping cleanup X-Git-Tag: v2.6.18-rc1~1081^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4776874ff096cd410382c0eca5d75f69c9dfa58f;p=pandora-kernel.git [PATCH] slab: page mapping cleanup Clean up slab allocator page mapping a bit. The memory allocated for a slab is physically contiguous so it is okay to assume struct pages are too so kill the long-standing comment. Furthermore, rename set_slab_attr to slab_map_pages and add a comment explaining why its needed. Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed