From: KOSAKI Motohiro Date: Thu, 14 Oct 2010 19:21:18 +0000 (+0900) Subject: security: remove unused parameter from security_task_setscheduler() X-Git-Tag: v2.6.37-rc1~218^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ae19811375031ae3b3fecc65b702a9c6e5cc28;p=pandora-kernel.git security: remove unused parameter from security_task_setscheduler() All security modules shouldn't change sched_param parameter of security_task_setscheduler(). This is not only meaningless, but also make a harmful result if caller pass a static variable. This patch remove policy and sched_param parameter from security_task_setscheduler() becuase none of security module is using it. Cc: James Morris Signed-off-by: KOSAKI Motohiro Signed-off-by: James Morris --- Reading git-diff-tree failed