X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Flustre_idl.h;h=0704f1285c142e1c71f910d51d97d4daba2dc6d5;hb=65319af8d2d9b6df6264a41e3a6dd5368c55f3cc;hp=6e285bf26b481c2379987ef47710550e7bfe591a;hpb=53d4286bc0f08f4d614c81842fbfdfb6a2f438bd;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 6e285bf..0704f12 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -1579,19 +1579,19 @@ struct lov_mds_md_v1 { /* LOV EA mds/wire data (little-endian) */ * } * to identify the LOV(MDT) object, and lmm_object_seq will * be normal_fid, which make it hard to combine these conversion - * to ostid_to FID. so we will do lmm_oi/fid conversion separately + * to ostid_to FID. so we will do lmm_oi/fid conversion separately * * We can tell the lmm_oi by this way, * 1.8: lmm_object_id = {inode}, lmm_object_gr = 0 * 2.1: lmm_object_id = {oid < 128k}, lmm_object_seq = FID_SEQ_NORMAL * 2.4: lmm_oi.f_seq = FID_SEQ_NORMAL, lmm_oi.f_oid = {oid < 128k}, * lmm_oi.f_ver = 0 - * + * * But currently lmm_oi/lsm_oi does not have any "real" usages, * except for printing some information, and the user can always * get the real FID from LMA, besides this multiple case check might * make swab more complicate. So we will keep using id/seq for lmm_oi. - */ + */ static inline void fid_to_lmm_oi(const struct lu_fid *fid, struct ost_id *oi)