Whamcloud - gitweb
- copy-paste error fixed which led to last_rcvd header being overwritten by client...
authoralex <alex>
Tue, 29 Sep 2009 07:13:57 +0000 (07:13 +0000)
committeralex <alex>
Tue, 29 Sep 2009 07:13:57 +0000 (07:13 +0000)
lustre/ofd/ofd_fs.c

index 49d667e..1aaecd5 100644 (file)
@@ -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;
 }