From b3a4d461a8527a4cc84fe050040132d2a4e912b7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Sep 2009 07:13:57 +0000 Subject: [PATCH] - copy-paste error fixed which led to last_rcvd header being overwritten by client slot --- lustre/ofd/ofd_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ofd/ofd_fs.c b/lustre/ofd/ofd_fs.c index 49d667e..1aaecd5 100644 --- 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; } -- 1.8.3.1