Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowel...
[linux-block.git] / net / ceph / ceph_common.c
index 1c811c74bfc0f3123eb2ad481822aca91590c997..38de80d01aae121f7129c55f731e0a92c3bb77a0 100644 (file)
@@ -306,7 +306,7 @@ static int get_secret(struct ceph_crypto_key *dst, const char *name) {
        int err = 0;
        struct ceph_crypto_key *ckey;
 
-       ukey = request_key(&key_type_ceph, name, NULL);
+       ukey = request_key(&key_type_ceph, name, NULL, NULL);
        if (IS_ERR(ukey)) {
                /* request_key errors don't map nicely to mount(2)
                   errors; don't even try, but still printk */