From: Tetsuo Handa Date: Sun, 25 Sep 2011 08:49:09 +0000 (+0900) Subject: TOMOYO: Fix make namespacecheck warnings. X-Git-Tag: v3.2-rc1~190^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778c4a4d60d932c1df6d270dcbc88365823c3963;p=pandora-kernel.git 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 Signed-off-by: James Morris --- Reading git-diff-tree failed