From 5ad18278b594c675ef9e2e07f342125cc00ad88e Mon Sep 17 00:00:00 2001 From: niu Date: Fri, 24 Oct 2003 04:36:50 +0000 Subject: [PATCH] b: 1990 r: Peter implement obd_destroy operation in mds. --- lustre/mds/mds_internal.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.8.3.1