keys: Replace uid/gid/perm permissions checking with an ACL
[sfrench/cifs-2.6.git] / net / ceph / ceph_common.c
index 79eac465ec65e99cf22e475f3edb0609ea4787e5..d4af93a35e2b8ebeb7502e3b6c8a1eb70dcbe3b3 100644 (file)
@@ -305,7 +305,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 */