From: Tetsuo Handa Date: Mon, 4 Jan 2010 21:39:37 +0000 (+0900) Subject: TOMOYO: Remove memory pool for list elements. X-Git-Tag: v2.6.34-rc1~228^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7bec6ad80188394a8ea857ff1aa3512fc2282a;p=pandora-kernel.git TOMOYO: Remove memory pool for list elements. Currently, TOMOYO allocates memory for list elements from memory pool allocated by kmalloc(PAGE_SIZE). But that makes it difficult to kfree() when garbage collector is added. Thus, remove memory pool and use kmalloc(sizeof()). Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed