Re: [sheepdog] [PATCH] sheep: handle older version client correctly

2012-10-11 Thread MORITA Kazutaka
At Tue, 09 Oct 2012 08:44:49 +0200, Bastian Scholz wrote: > > Hi Kazutaka, > > this patch works fine for me. Applied, thanks for your testing! Kazutaka -- sheepdog mailing list sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog

Re: [sheepdog] [PATCH] sheep: handle older version client correctly

2012-10-08 Thread Bastian Scholz
Hi Kazutaka, this patch works fine for me. Thanks Bastian Am 2012-10-08 18:35, schrieb MORITA Kazutaka: SD_PROTO_VER is a protocol version between sheep and client, so the check of SD_PROTO_VER_TRIM_ZERO_SECTORS must be in gateway_read_obj, not peer_read_obj. Signed-off-by: MORITA Kazutaka

[sheepdog] [PATCH] sheep: handle older version client correctly

2012-10-08 Thread MORITA Kazutaka
SD_PROTO_VER is a protocol version between sheep and client, so the check of SD_PROTO_VER_TRIM_ZERO_SECTORS must be in gateway_read_obj, not peer_read_obj. Signed-off-by: MORITA Kazutaka --- sheep/gateway.c | 18 +++--- sheep/ops.c |8 ++-- 2 files changed, 17 insertion