From fcca2e8beef07123fcd3b11c3fdeffed9e9113a2 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 4 Oct 2006 13:17:01 +0000 Subject: [PATCH] - fixed typo in prev. commit. --- lustre/lov/lov_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.8.3.1