From: tappro Date: Fri, 17 Apr 2009 05:24:59 +0000 (+0000) Subject: - fix typo in 18734 commit X-Git-Tag: v1_8_0_110~91 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b919105e991dafe30d91c3fdb760223edb3476f9;p=fs%2Flustre-release.git - fix typo in 18734 commit --- 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)