[PATCH] LIB: add gen_pool_destroy()
authorSteve Wise <swise@opengridcomputing.com>
Mon, 2 Oct 2006 09:17:00 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:12 +0000 (07:57 -0700)
commit322acc96d4bd3debea11cd0160b18bd5d7ff0d73
tree230e9c35e0ce4dac5bd1a49085152624045fb616
parentd834c16516d1ebec4766fc58c059bf01311e6045
[PATCH] LIB: add gen_pool_destroy()

Modules using the genpool allocator need to be able to destroy the data
structure when unloading.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Dean Nelson <dcn@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/genalloc.h
lib/genalloc.c