Whamcloud - gitweb
Updated version string for build 38.
[fs/lustre-release.git] / lustre / include / lustre_mds.h
index 1fefb2b..56a5cf0 100644 (file)
@@ -74,6 +74,8 @@ struct mds_capa_info {
 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"
@@ -88,7 +90,5 @@ static inline int md_should_create(__u32 flags)
 
 /* 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