Whamcloud - gitweb
LU-5478 style: get rid of seqno_t and mdsno_t typedefs
[fs/lustre-release.git] / lustre / include / lustre_lmv.h
index 5843f8f..9dced71 100644 (file)
@@ -36,7 +36,7 @@
 
 struct lmv_oinfo {
        struct lu_fid   lmo_fid;
-       mdsno_t         lmo_mds;
+       u32             lmo_mds;
        struct inode    *lmo_root;
 };