From 5a2b534b333128e46f671482b5a488e16e09b6cf Mon Sep 17 00:00:00 2001 From: shaver Date: Fri, 25 Jul 2003 23:57:15 +0000 Subject: [PATCH] don't leak mcd when shutting down --failover --- lustre/mds/mds_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index c2d3d77..45ee994 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -39,7 +39,7 @@ int mds_pin(struct ptlrpc_request *req); /* mds/mds_fs.c */ int mds_client_add(struct obd_device *obd, struct mds_obd *mds, struct mds_export_data *med, int cl_off); -int mds_client_free(struct obd_export *exp); +int mds_client_free(struct obd_export *exp, int clear_client); #ifdef __KERNEL__ void mds_pack_inode2fid(struct ll_fid *fid, struct inode *inode); -- 1.8.3.1