From: shaver Date: Fri, 25 Jul 2003 23:57:15 +0000 (+0000) Subject: don't leak mcd when shutting down --failover X-Git-Tag: v1_7_0_51~2^14~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5a2b534b333128e46f671482b5a488e16e09b6cf;p=fs%2Flustre-release.git don't leak mcd when shutting down --failover --- 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);