X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_internal.h;h=e329154e0a84889346d384e4bd57b7497b61abb2;hp=e963ad28cb5514c85e2753f3ffbb720cd07b2a43;hb=fd3dcf04aa169560986a15880d0ced9b07adaad4;hpb=81b543788d55f32f239038417357e40dea04dea8 diff --git a/lustre/ofd/ofd_internal.h b/lustre/ofd/ofd_internal.h index e963ad2..e329154 100644 --- a/lustre/ofd/ofd_internal.h +++ b/lustre/ofd/ofd_internal.h @@ -304,7 +304,6 @@ struct ofd_thread_info { struct lu_attr fti_attr2; struct ldlm_res_id fti_resid; struct filter_fid fti_mds_fid; - struct filter_fid fti_mds_fid2; struct ost_id fti_ostid; struct ofd_object *fti_obj; union { @@ -603,8 +602,6 @@ static inline void ofd_prepare_fidea(struct filter_fid *ff, struct obdo *oa) /* XXX: we are ignoring o_parent_ver here, since this should * be the same for all objects in this fileset. */ ff->ff_parent.f_ver = cpu_to_le32(oa->o_stripe_idx); - ff->ff_objid = cpu_to_le64(oa->o_id); - ff->ff_seq = cpu_to_le64(oa->o_seq); } /* niobuf_remote has no rnb_ prefix in master */