TOMOYO: Fix make namespacecheck warnings.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sun, 25 Sep 2011 08:49:09 +0000 (17:49 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 26 Sep 2011 00:46:19 +0000 (10:46 +1000)
commit778c4a4d60d932c1df6d270dcbc88365823c3963
tree1c042bff1f11cf4e5d7267329091d878aba3d4d7
parent6bce98edc3365a8f780ff3944ac7992544c194fe
TOMOYO: Fix make namespacecheck warnings.

Commit efe836ab "TOMOYO: Add built-in policy support." introduced
tomoyo_load_builtin_policy() but was by error called from nowhere.

Commit b22b8b9f "TOMOYO: Rename meminfo to stat and show more statistics."
introduced tomoyo_update_stat() but was by error not called from
tomoyo_assign_domain().

Also, mark tomoyo_io_printf() and tomoyo_path_permission() static functions,
as reported by "make namespacecheck".

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/securityfs_if.c