X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_fid.h;h=a9aff3a11c1e970d1cc3e34a863780cc7ec4c42a;hp=32d680ce84fc22508287f8a570416dff6c7241fa;hb=f2f09b6ecd85ceb05cd64907a71f87bbc49bfc21;hpb=67076c3c7e2b11023b943db2f5031d9b9a11329c diff --git a/lustre/include/lustre_fid.h b/lustre/include/lustre_fid.h index 32d680c..a9aff3a 100644 --- a/lustre/include/lustre_fid.h +++ b/lustre/include/lustre_fid.h @@ -124,12 +124,6 @@ enum local_oid { LLOG_CATALOGS_OID = 4118UL, MGS_CONFIGS_OID = 4119UL, OFD_HEALTH_CHECK_OID = 4120UL, - - /** first OID for first OI fid */ - OSD_OI_FID_OID_FIRST = 5000UL, - /** reserve enough in case we want to have more in the future */ - OSD_OI_FID_OID_MAX = OSD_OI_FID_OID_FIRST + - (1UL << OSD_OI_FID_OID_BITS_MAX), }; static inline void lu_local_obj_fid(struct lu_fid *fid, __u32 oid)