From feecde1ee70819129c9beb5fbf582b5f4793016b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 28 Sep 2008 12:50:48 +0200 Subject: [PATCH] vss: Fix com_jmp() and com_ff(). We must not clear the VSS_REPOS flag in vss_send_chunk() as this might cause the reposition request being ignored. --- vss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vss.c b/vss.c index f92e15e0..f33b95ac 100644 --- a/vss.c +++ b/vss.c @@ -418,7 +418,6 @@ static void vss_send_chunk(struct vss_task *vsst) if (chk_barrier("data send", &vsst->data_send_barrier, &due, 1) < 0) return; - mmd->new_vss_status_flags &= ~VSS_REPOS; if (mmd->current_chunk >= mmd->afd.afhi.chunks_total) { /* eof */ mmd->new_vss_status_flags |= VSS_NEXT; return; -- 2.39.2