From 2849d5a0b0b055b410f0c5784e9931156fcbb62d Mon Sep 17 00:00:00 2001 From: johann Date: Tue, 28 Oct 2008 17:42:14 +0000 Subject: [PATCH] Branch b1_8_gate b=17089 i=wangdi fix mistake made when the patch was landed. --- lustre/mds/handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 56ec561..4f75215 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -460,7 +460,6 @@ static int mds_destroy_export(struct obd_export *export) /* Remove mfd handle so it can't be found again. * We are consuming the mfd_list reference here. */ mds_mfd_unlink(mfd, 0); - spin_unlock(&med->med_open_lock); } spin_unlock(&med->med_open_lock); -- 1.8.3.1