TOMOYO: Remove unneeded parameter.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tue, 16 Feb 2010 00:46:15 +0000 (09:46 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 16 Feb 2010 06:26:36 +0000 (17:26 +1100)
commit97d6931ead3e89a764cdaa3ad0924037367f0d34
treead69e76208832699a97e897af73b6aa23a655609
parent7ef612331fb219620cc1abfc2446bb027d388aa0
TOMOYO: Remove unneeded parameter.

tomoyo_path_perm() tomoyo_path2_perm() and tomoyo_check_rewrite_permission()
always receive tomoyo_domain(). We can move it from caller to callee.

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