]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitebb14fc57da9f6b9c9e82557fa8156c20fb4c4a3
tree1c042bff1f11cf4e5d7267329091d878aba3d4d7
parentc6f26654b23e1f0fd482c254a5e8b99c032e839f
TOMOYO: Fix make namespacecheck warnings.

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

Commit c74a729e "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