Whamcloud - gitweb
LU-4793 clio: Reduce memory overhead of per-page allocation
[fs/lustre-release.git] / lustre / osc / osc_internal.h
index 7c93137..483ac5f 100644 (file)
@@ -69,7 +69,6 @@ struct osc_async_page {
         struct client_obd       *oap_cli;
        struct osc_object       *oap_obj;
 
-       struct ldlm_lock        *oap_ldlm_lock;
        spinlock_t               oap_lock;
 };