Whamcloud - gitweb
- fixed typo in prev. commit.
authoryury <yury>
Wed, 4 Oct 2006 13:17:01 +0000 (13:17 +0000)
committeryury <yury>
Wed, 4 Oct 2006 13:17:01 +0000 (13:17 +0000)
lustre/lov/lov_log.c

index 1d3a7fd..3805655 100644 (file)
@@ -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;
         }