From: johann Date: Tue, 28 Oct 2008 17:36:40 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~137 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=960c808e329e01301f850bd46117a504d07f33b1;p=fs%2Flustre-release.git Branch b1_6 b=17089 i=wangdi fix mistake made when the patch was landed. --- diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 7d4df5f..715cda4 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -517,8 +517,6 @@ static int mds_destroy_export(struct obd_export *export) OBD_FREE(logcookies, cookie_sz); OBD_FREE(lmm, lmm_sz); - spin_unlock(&med->med_open_lock); - pop_ctxt(&saved, &obd->obd_lvfs_ctxt, NULL); mds_client_free(export);