]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/fscache/object-list.c
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
[linux.git] / fs / fscache / object-list.c
index 5d5ddaa84b215fd79956db4dac8292c374ee72ed..67f940892ef810dca6710a7f7c14dc2acd9b2619 100644 (file)
@@ -329,7 +329,7 @@ static void fscache_objlist_config(struct fscache_objlist_data *data)
        config = 0;
        rcu_read_lock();
 
-       confkey = user_key_payload(key);
+       confkey = user_key_payload_rcu(key);
        buf = confkey->data;
 
        for (len = confkey->datalen - 1; len >= 0; len--) {