staging/lustre/llite: allocate and free client cache asynchronously
[cascardo/linux.git] / drivers / staging / lustre / lustre / include / obd.h
index 9971ee5..40909b0 100644 (file)
@@ -415,7 +415,7 @@ struct lov_obd {
        enum lustre_sec_part    lov_sp_me;
 
        /* Cached LRU and unstable data from upper layer */
-       void                   *lov_cache;
+       struct cl_client_cache *lov_cache;
 
        struct rw_semaphore     lov_notify_lock;