Whamcloud - gitweb
Replace ldlm_lock's connection handle with an export handle. (Always
[fs/lustre-release.git] / lustre / include / linux / lustre_dlm.h
index 2efb93e..5c3413c 100644 (file)
@@ -126,7 +126,7 @@ struct ldlm_lock {
         ldlm_completion_callback    l_completion_ast;
         ldlm_blocking_callback    l_blocking_ast;
 
-        struct ptlrpc_connection *l_connection;
+        struct obd_export    *l_export;
         struct ptlrpc_client *l_client;
         struct lustre_handle *l_connh;
         __u32                 l_flags;