r: Peter
implement obd_destroy operation in 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;