Whamcloud - gitweb
b=19860
[fs/lustre-release.git] / lustre / include / lustre_mds.h
index c427feb..b0b9a6a 100644 (file)
@@ -65,10 +65,17 @@ 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);
 void mds_lov_update_objids(struct obd_device *obd, struct lov_mds_md *lmm);
+int mds_log_op_unlink(struct obd_device *, struct lov_mds_md *, int,
+                      struct llog_cookie *, int);
 
 
 #define MDD_OBD_NAME     "mdd_obd"