From 1d4e82e1071b23775e564f3bab6eed6dae8007f1 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 17 Apr 2009 05:21:11 +0000 Subject: [PATCH] - fix typo in 18734 fix --- 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 61f5122..1b8dab9 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