From 77c976b638750bb1c6d6e5be1c0f5556d6f2735c Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 13 Aug 2008 07:11:56 +0000 Subject: [PATCH] avoid ASSERTION(client_stat->nid_exp_ref_count == 0) failed Branch b1_8_gate b=15139 i=tappro i=rread --- lustre/mds/mds_fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/mds/mds_fs.c b/lustre/mds/mds_fs.c index 3be29fe..a29bb12 100644 --- a/lustre/mds/mds_fs.c +++ b/lustre/mds/mds_fs.c @@ -292,7 +292,6 @@ int mds_client_free(struct obd_export *exp) LASSERT(mds->mds_client_bitmap != NULL); - lprocfs_exp_cleanup(exp); off = med->med_lr_off; -- 1.8.3.1