X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=security%2Fkeys%2Frequest_key_auth.c;fp=security%2Fkeys%2Frequest_key_auth.c;h=9db8b4a8278711fdf5d157160bb08a19fdd276d2;hb=5ac7eace2d00eab5ae0e9fdee63e38aee6001f7c;hp=4f0f112fe276fd7da1714e65113753394b5453e0;hpb=bda850cd214e90b1be0cc25bc48c4f6ac53eb543;p=cascardo%2Flinux.git diff --git a/security/keys/request_key_auth.c b/security/keys/request_key_auth.c index 4f0f112fe276..9db8b4a82787 100644 --- a/security/keys/request_key_auth.c +++ b/security/keys/request_key_auth.c @@ -202,7 +202,7 @@ struct key *request_key_auth_new(struct key *target, const void *callout_info, authkey = key_alloc(&key_type_request_key_auth, desc, cred->fsuid, cred->fsgid, cred, KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | - KEY_USR_VIEW, KEY_ALLOC_NOT_IN_QUOTA); + KEY_USR_VIEW, KEY_ALLOC_NOT_IN_QUOTA, NULL); if (IS_ERR(authkey)) { ret = PTR_ERR(authkey); goto error_alloc;