From: Alexey Dobriyan Date: Wed, 27 Sep 2006 08:49:41 +0000 (-0700) Subject: [PATCH] Make kmem_cache_destroy() return void X-Git-Tag: v2.6.19-rc1~985 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133d205a18b7a4d8cb52959c5310f6664277cf61;p=pandora-kernel.git [PATCH] Make kmem_cache_destroy() return void un-, de-, -free, -destroy, -exit, etc functions should in general return void. Also, There is very little, say, filesystem driver code can do upon failed kmem_cache_destroy(). If it will be decided to BUG in this case, BUG should be put in generic code, instead. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed