mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
e41035a996
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 <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org> |
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
domain.c | ||
file.c | ||
Kconfig | ||
Makefile | ||
realpath.c | ||
realpath.h | ||
tomoyo.c | ||
tomoyo.h |