X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosp%2Fosp_internal.h;h=16bca5767fabdeb447c8a29f648c23493ae49321;hb=30165c4024f8a1ee316fb192005d9b2a8b89d0b8;hp=7c0c497b543201cf3f65ba8d0477a286d7993021;hpb=386818f0c56e438779e17d0ca12b481f17c53682;p=fs%2Flustre-release.git diff --git a/lustre/osp/osp_internal.h b/lustre/osp/osp_internal.h index 7c0c497..16bca57 100644 --- a/lustre/osp/osp_internal.h +++ b/lustre/osp/osp_internal.h @@ -280,6 +280,7 @@ struct osp_thread_info { struct osp_it { __u32 ooi_pos_page; __u32 ooi_pos_lu_page; + __u32 ooi_attr; int ooi_pos_ent; int ooi_total_npages; int ooi_valid_npages; @@ -563,11 +564,8 @@ int osp_md_declare_object_create(const struct lu_env *env, int osp_md_object_create(const struct lu_env *env, struct dt_object *dt, struct lu_attr *attr, struct dt_allocation_hint *hint, struct dt_object_format *dof, struct thandle *th); -int osp_md_declare_attr_set(const struct lu_env *env, struct dt_object *dt, - const struct lu_attr *attr, struct thandle *th); -int osp_md_attr_set(const struct lu_env *env, struct dt_object *dt, - const struct lu_attr *attr, struct thandle *th, - struct lustre_capa *capa); +int __osp_md_attr_set(const struct lu_env *env, struct dt_object *dt, + const struct lu_attr *attr, struct thandle *th); extern const struct dt_index_operations osp_md_index_ops; /* osp_precreate.c */