From: nikita Date: Fri, 21 Jul 2006 19:23:08 +0000 (+0000) Subject: ll_fid_fini(): remove duplicate RETURN() X-Git-Tag: v1_8_0_110~486^2~1357 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=961eb8c2e2cc0297cc162cc6421d895018e0574d;p=fs%2Flustre-release.git ll_fid_fini(): remove duplicate RETURN() --- diff --git a/lustre/llite/llite_fid.c b/lustre/llite/llite_fid.c index 613cfce..7788a97 100644 --- a/lustre/llite/llite_fid.c +++ b/lustre/llite/llite_fid.c @@ -110,7 +110,6 @@ static int ll_fid_fini(struct obd_export *exp) if (rc) { CERROR("cannot finalize FIDs framework, " "rc %d\n", rc); - RETURN(rc); } RETURN(rc);