x86/smpboot: Init apic mapping before usage
[cascardo/linux.git] / net / dns_resolver / dns_key.c
index c79b85e..8737412 100644 (file)
@@ -281,7 +281,7 @@ static int __init init_dns_resolver(void)
                                GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred,
                                (KEY_POS_ALL & ~KEY_POS_SETATTR) |
                                KEY_USR_VIEW | KEY_USR_READ,
-                               KEY_ALLOC_NOT_IN_QUOTA, NULL);
+                               KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL);
        if (IS_ERR(keyring)) {
                ret = PTR_ERR(keyring);
                goto failed_put_cred;