From: Catalin Marinas Date: Fri, 21 Nov 2008 12:56:22 +0000 (+0000) Subject: slab: Update the kmem_cache_create documentation regarding the name parameter X-Git-Tag: v2.6.29-rc1~565^2~1^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249da166582801648432d0198be9407fb5ccf9f5;p=pandora-kernel.git slab: Update the kmem_cache_create documentation regarding the name parameter kmem_cache implementations like slub are allowed to merge multiple caches but only the initial name is preserved. Therefore, kmem_cache_name() is not guaranteed to return the same pointer passed to the former function. This patch updates the documentation to make this clearer. Signed-off-by: Catalin Marinas Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed