Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbde1a
)
- fixed typo in prev. commit.
author
yury
<yury>
Wed, 4 Oct 2006 13:17:01 +0000
(13:17 +0000)
committer
yury
<yury>
Wed, 4 Oct 2006 13:17:01 +0000
(13:17 +0000)
lustre/lov/lov_log.c
patch
|
blob
|
history
diff --git
a/lustre/lov/lov_log.c
b/lustre/lov/lov_log.c
index
1d3a7fd
..
3805655
100644
(file)
--- 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(rc
1
);
rc += rc1;
}