X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Finclude%2Flustre_mds.h;h=1fefb2bb2421c049407ae86dbe2661aabecdb174;hb=490fd542a9bc8e8dafd22a8f4ca7b186f87ab21c;hp=c427feb2d595a7a39c9514fd3f535d5c5750a9c3;hpb=1d2beb8553a822cbfa9ddd602e399f7883473586;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_mds.h b/lustre/include/lustre_mds.h index c427feb..1fefb2b 100644 --- a/lustre/include/lustre_mds.h +++ b/lustre/include/lustre_mds.h @@ -65,6 +65,11 @@ struct mds_group_info { int group; }; +struct mds_capa_info { + struct obd_uuid *uuid; + struct lustre_capa_key *capa; +}; + /* mds/mds_lov.c */ int mds_lov_write_objids(struct obd_device *obd); int mds_lov_prepare_objids(struct obd_device *obd, struct lov_mds_md *lmm);