From: Eric Paris Date: Tue, 3 Jan 2012 17:25:15 +0000 (-0500) Subject: capabilities: reverse arguments to security_capable X-Git-Tag: v3.3-rc1~54^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e724d303b684655e4ca3dabd5a6840ad19012d;p=pandora-kernel.git capabilities: reverse arguments to security_capable security_capable takes ns, cred, cap. But the LSM capable() hook takes cred, ns, cap. The capability helper functions also take cred, ns, cap. Rather than flip argument order just to flip it back, leave them alone. Heck, this should be a little faster since argument will be in the right place! Signed-off-by: Eric Paris --- Reading git-diff-tree failed