X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=security%2Fkeys%2Fcompat.c;h=c766c68a63bc2078c62bf256730e05e14b36268b;hb=068f5ae05c51d2cee6b31cb3da06775dd83bd348;hp=bcdb285337339d108160e8fb305220088dec9eb5;hpb=0a3a98f6dd4e8f4d928a09302c0d1c56f2192ac3;p=linux-2.6-omap-h63xx.git diff --git a/security/keys/compat.c b/security/keys/compat.c index bcdb2853373..c766c68a63b 100644 --- a/security/keys/compat.c +++ b/security/keys/compat.c @@ -9,7 +9,6 @@ * 2 of the License, or (at your option) any later version. */ -#include #include #include #include @@ -80,6 +79,9 @@ asmlinkage long compat_sys_keyctl(u32 option, case KEYCTL_ASSUME_AUTHORITY: return keyctl_assume_authority(arg2); + case KEYCTL_GET_SECURITY: + return keyctl_get_security(arg2, compat_ptr(arg3), arg4); + default: return -EOPNOTSUPP; }