From b919105e991dafe30d91c3fdb760223edb3476f9 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 17 Apr 2009 05:24:59 +0000 Subject: [PATCH] - fix typo in 18734 commit --- lustre/mds/handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 7603f75..c275774 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -408,7 +408,6 @@ int mds_init_export(struct obd_export *exp) static int mds_destroy_export(struct obd_export *exp) { - int rc = 0; ENTRY; target_destroy_export(exp); @@ -416,6 +415,8 @@ static int mds_destroy_export(struct obd_export *exp) LASSERT(list_empty(&exp->exp_mds_data.med_open_head)); mds_client_free(exp); + + RETURN(0); } static int mds_cleanup_mfd(struct obd_export *exp) -- 1.8.3.1