]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/fscache/object-list.c
Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux.git] / fs / fscache / object-list.c
index 67b7bda5647a6e5e2639b6f90e0d7c83472ae36b..72ebfe578f4098e7e0880ac1ddc65775ce2fa3a0 100644 (file)
@@ -317,7 +317,7 @@ static void fscache_objlist_config(struct fscache_objlist_data *data)
        const char *buf;
        int len;
 
-       key = request_key(&key_type_user, "fscache:objlist", NULL, NULL);
+       key = request_key(&key_type_user, "fscache:objlist", NULL);
        if (IS_ERR(key))
                goto no_config;