Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowel...
[sfrench/cifs-2.6.git] / fs / ecryptfs / keystore.c
index 9536e592e25a4caa0fd4154671e58f8d466f50af..ba382f1359181b38391ebb04eda432b6719f345e 100644 (file)
@@ -1610,7 +1610,7 @@ int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,
 {
        int rc = 0;
 
-       (*auth_tok_key) = request_key(&key_type_user, sig, NULL);
+       (*auth_tok_key) = request_key(&key_type_user, sig, NULL, NULL);
        if (!(*auth_tok_key) || IS_ERR(*auth_tok_key)) {
                (*auth_tok_key) = ecryptfs_get_encrypted_key(sig);
                if (!(*auth_tok_key) || IS_ERR(*auth_tok_key)) {