Whamcloud - gitweb
LU-5478 style: get rid of seqno_t and mdsno_t typedefs
[fs/lustre-release.git] / lustre / include / obd.h
index d7eb8b0..1e39945 100644 (file)
@@ -808,7 +808,7 @@ struct md_op_data {
         struct lu_fid           op_fid2; /* operation fid2 (usualy child) */
         struct lu_fid           op_fid3; /* 2 extra fids to find conflicting */
         struct lu_fid           op_fid4; /* to the operation locks. */
-        mdsno_t                 op_mds;  /* what mds server open will go to */
+       u32                     op_mds;  /* what mds server open will go to */
         struct lustre_handle    op_handle;
         obd_time                op_mod_time;
         const char             *op_name;