Whamcloud - gitweb
LU-2613 recovery: free open/close request promptly
[fs/lustre-release.git] / lustre / include / obd_class.h
index fe1eccc..39c0dd8 100644 (file)
@@ -2080,13 +2080,13 @@ static inline int md_getxattr(struct obd_export *exp,
 }
 
 static inline int md_set_open_replay_data(struct obd_export *exp,
-                                          struct obd_client_handle *och,
-                                          struct ptlrpc_request *open_req)
+                                         struct obd_client_handle *och,
+                                         struct lookup_intent *it)
 {
-        ENTRY;
-        EXP_CHECK_MD_OP(exp, set_open_replay_data);
-        EXP_MD_COUNTER_INCREMENT(exp, set_open_replay_data);
-        RETURN(MDP(exp->exp_obd, set_open_replay_data)(exp, och, open_req));
+       ENTRY;
+       EXP_CHECK_MD_OP(exp, set_open_replay_data);
+       EXP_MD_COUNTER_INCREMENT(exp, set_open_replay_data);
+       RETURN(MDP(exp->exp_obd, set_open_replay_data)(exp, och, it));
 }
 
 static inline int md_clear_open_replay_data(struct obd_export *exp,