Whamcloud - gitweb
LU-3285 merge: 'dom' branch merging
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index d876431..ecd0a85 100644 (file)
@@ -179,6 +179,8 @@ struct coordinator {
 
        /* Remove archive on last unlink policy */
        bool                     cdt_remove_archive_on_last_unlink;
+
+       bool                     cdt_wakeup_coordinator;
 };
 
 /* mdt state flag bits */
@@ -323,7 +325,7 @@ enum {
 #define MDT_EREMOTE_OPEN (EREMOTE + 1024)
 
 struct mdt_reint_record {
-       mdt_reint_t                      rr_opcode;
+       enum mds_reint_op                rr_opcode;
        const struct lustre_handle      *rr_handle;
        const struct lu_fid             *rr_fid1;
        const struct lu_fid             *rr_fid2;