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:
8d9e1e2
)
- copy-paste error fixed which led to last_rcvd header being overwritten by client...
author
alex
<alex>
Tue, 29 Sep 2009 07:13:57 +0000
(07:13 +0000)
committer
alex
<alex>
Tue, 29 Sep 2009 07:13:57 +0000
(07:13 +0000)
lustre/ofd/ofd_fs.c
patch
|
blob
|
history
diff --git
a/lustre/ofd/ofd_fs.c
b/lustre/ofd/ofd_fs.c
index
49d667e
..
1aaecd5
100644
(file)
--- a/
lustre/ofd/ofd_fs.c
+++ b/
lustre/ofd/ofd_fs.c
@@
-375,7
+375,7
@@
int filter_last_rcvd_write(const struct lu_env *env,
buf.lb_len = sizeof(info->fti_fsd);
rc = filter_record_write(env, ofd, ofd->ofd_last_rcvd,
- &info->fti_fsd,
0
, sizeof(info->fti_fsd), th);
+ &info->fti_fsd,
*off
, sizeof(info->fti_fsd), th);
return rc;
}