Whamcloud - gitweb
b: 1990
authorniu <niu>
Fri, 24 Oct 2003 04:36:50 +0000 (04:36 +0000)
committerniu <niu>
Fri, 24 Oct 2003 04:36:50 +0000 (04:36 +0000)
r: Peter
implement obd_destroy operation in mds.

lustre/mds/mds_internal.h

index e9b4ee2..472c49e 100644 (file)
@@ -79,6 +79,8 @@ int mds_client_add(struct obd_device *obd, struct mds_obd *mds,
 int mds_client_free(struct obd_export *exp, int clear_client);
 int mds_obd_create(struct obd_export *exp, struct obdo *oa,
                       struct lov_stripe_md **ea, struct obd_trans_info *oti);
+int mds_obd_destroy(struct obd_export *exp, struct obdo *oa,
+                    struct lov_stripe_md *ea, struct obd_trans_info *oti);
 
 /* mds/handler.c */
 extern struct lvfs_callback_ops mds_lvfs_ops;