From: niu Date: Fri, 24 Oct 2003 04:36:50 +0000 (+0000) Subject: b: 1990 X-Git-Tag: v1_7_0_51~2^7~350 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5ad18278b594c675ef9e2e07f342125cc00ad88e;p=fs%2Flustre-release.git b: 1990 r: Peter implement obd_destroy operation in mds. --- diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index e9b4ee2..472c49e 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -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;