TOMOYO: Use stack memory for pending entry.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 6 May 2010 03:40:02 +0000 (12:40 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 10 May 2010 07:59:02 +0000 (17:59 +1000)
commit9e4b50e93786d00c703f16ed46e6a4029c0dfdd1
tree51bf6072802888592ae98b9a6c8a26fcb2e1988f
parent83c36ccfe4d849f482ea0a62402c7624f4e59f0e
TOMOYO: Use stack memory for pending entry.

Use stack memory for pending entry to reduce kmalloc() which will be kfree()d.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/realpath.c