Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / include / lustre_mds.h
index dac9f11..1fefb2b 100644 (file)
@@ -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);
@@ -81,4 +86,9 @@ static inline int md_should_create(__u32 flags)
                !(flags & FMODE_WRITE));
 }
 
+/* these are local flags, used only on the client, private */
+#define M_CHECK_STALE           0200000000
+#define M_JOIN_FILE             0400000000 /* its counterpart is
+                                            * MDS_OPEN_JOIN_FILE */
+
 #endif