X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=1e399457a07e71beb6aa2ab249bec971fa013335;hb=d6e910de5ae56688650014189aaa02b3727dd76e;hp=d7eb8b0824d36cd0a17c346717c51e3fa0925703;hpb=efe523e7bb20db5d990f4dd060c93659e8b95722;p=fs%2Flustre-release.git diff --git a/lustre/include/obd.h b/lustre/include/obd.h index d7eb8b0..1e39945 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -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;