X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fmd_object.h;h=3b468c01cc213bb22b58c0aec5134dadb688f8ae;hp=304646ced06d2f2ec4e3e62f580bce27c090a3bf;hb=9b3b6c106b53c2c391d5e4347875a1cd3e150600;hpb=3917e62018878dfffac59ceed70f20b0419945d3 diff --git a/lustre/include/md_object.h b/lustre/include/md_object.h index 304646c..3b468c0 100644 --- a/lustre/include/md_object.h +++ b/lustre/include/md_object.h @@ -63,30 +63,10 @@ struct md_device_operations; struct md_object; struct obd_export; -enum { - MD_CAPAINFO_MAX = 5 -}; - -/** there are at most 5 fids in one operation, see rename, NOTE the last one - * is a temporary one used for is_subdir() */ -struct md_capainfo { - __u32 mc_auth; - __u32 mc_padding; - struct lu_fid mc_fid[MD_CAPAINFO_MAX]; - struct lustre_capa *mc_capa[MD_CAPAINFO_MAX]; -}; - struct md_quota { struct obd_export *mq_exp; }; -/** - * Implemented in mdd/mdd_handler.c. - * - * XXX should be moved into separate .h/.c together with all md security - * related definitions. - */ -struct md_capainfo *md_capainfo(const struct lu_env *env); struct md_quota *md_quota(const struct lu_env *env); /** metadata attributes */