Whamcloud - gitweb
- replay i/o epochs along with other attributes to improve isize consistency
[fs/lustre-release.git] / lustre / mds / mds_lib.c
index b97f854..bc0fb6f 100644 (file)
@@ -606,6 +606,7 @@ static int mds_open_unpack(struct ptlrpc_request *req, int offset,
         r->ur_rdev = rec->cr_rdev;
         r->ur_time = rec->cr_time;
         r->ur_flags = rec->cr_flags;
+        r->ur_ioepoch = rec->cr_ioepoch;
 
         LASSERT_REQSWAB(req, offset + 1);
         r->ur_name = lustre_msg_string(req->rq_reqmsg, offset + 1, 0);