x86/unwind: Move common code into update_stack_state()
[linux-2.6-microblaze.git] / fs / fscache / object-list.c
index 5d5ddaa..67f9408 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--) {