]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit899eee1724ca653f1bbfd58371079c1c85addc62
tree230e9c35e0ce4dac5bd1a49085152624045fb616
parent3be6dd7e3cb4ad29c531f8e1c1990b3222b83fe5
[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