From: Tetsuo Handa Date: Mon, 4 Jan 2010 21:39:00 +0000 (+0900) Subject: TOMOYO: Remove memory pool for string data. X-Git-Tag: v2.6.34-rc1~228^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41035a996356c257183e53a70abfb46fa84908b;p=pandora-kernel.git TOMOYO: Remove memory pool for string data. Currently, TOMOYO allocates memory for string data 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(strlen()). Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed