Whamcloud - gitweb
LU-3129 osd: Get FID from LMA if not in directory entry
[fs/lustre-release.git] / lustre / include / lustre / lustre_idl.h
index 6e285bf..0704f12 100644 (file)
@@ -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)