diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-09-27 01:49:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 08:26:11 -0700 |
commit | 133d205a18b7a4d8cb52959c5310f6664277cf61 (patch) | |
tree | be3056dedc3190d06647a07425e8fcdcce5da868 /mm/thrash.c | |
parent | 1a1d92c10dd24bbdc28b3d6e2d03ec199dd3a65b (diff) |
[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 <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/thrash.c')
0 files changed, 0 insertions, 0 deletions