From: yury Date: Wed, 4 Oct 2006 13:17:01 +0000 (+0000) Subject: - fixed typo in prev. commit. X-Git-Tag: v1_8_0_110~486^2~704 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fcca2e8beef07123fcd3b11c3fdeffed9e9113a2;p=fs%2Flustre-release.git - fixed typo in prev. commit. --- diff --git a/lustre/lov/lov_log.c b/lustre/lov/lov_log.c index 1d3a7fd..3805655 100644 --- a/lustre/lov/lov_log.c +++ b/lustre/lov/lov_log.c @@ -93,7 +93,7 @@ static int lov_llog_origin_add(struct llog_ctxt *ctxt, rc1 = llog_add(cctxt, rec, NULL, logcookies + rc, numcookies - rc); if (rc1 < 0) - RETURN(rc); + RETURN(rc1); rc += rc1; }