From: Tetsuo Handa Date: Wed, 2 Jun 2010 04:24:43 +0000 (+0900) Subject: LSM: Remove unused arguments from security_path_truncate(). X-Git-Tag: v2.6.36-rc1~584^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0d3ab239fba48d6e998b19c28d78f765963007;p=pandora-kernel.git LSM: Remove unused arguments from security_path_truncate(). When commit be6d3e56a6b9b3a4ee44a0685e39e595073c6f0d "introduce new LSM hooks where vfsmount is available." was proposed, regarding security_path_truncate(), only "struct file *" argument (which AppArmor wanted to use) was removed. But length and time_attrs arguments are not used by TOMOYO nor AppArmor. Thus, let's remove these arguments. Signed-off-by: Tetsuo Handa Acked-by: Nick Piggin Signed-off-by: James Morris --- Reading git-diff-tree failed