Re: [Qemu-devel] RE. [PATCH] sheepdog: fix send req helpers

2012-04-03 Thread Kevin Wolf
Am 03.04.2012 13:13, schrieb MORITA Kazutaka: > At Tue, 3 Apr 2012 18:04:21 +0800, > Liu Yuan wrote: >> >> From: Liu Yuan >> >> Yes, I think so. Here is the patch. >> >> Subject: [PATCH] sheepdog: fix send req helpers >> From: Liu Yuan >> >> We should return if reading of the header fails. >> >>

Re: [Qemu-devel] RE. [PATCH] sheepdog: fix send req helpers

2012-04-03 Thread MORITA Kazutaka
At Tue, 3 Apr 2012 18:04:21 +0800, Liu Yuan wrote: > > From: Liu Yuan > > Yes, I think so. Here is the patch. > > Subject: [PATCH] sheepdog: fix send req helpers > From: Liu Yuan > > We should return if reading of the header fails. > > Cc: Kevin Wolf > Cc: MORITA Kazutaka > Signed-off-by:

[Qemu-devel] RE. [PATCH] sheepdog: fix send req helpers

2012-04-03 Thread Liu Yuan
From: Liu Yuan Yes, I think so. Here is the patch. Subject: [PATCH] sheepdog: fix send req helpers From: Liu Yuan We should return if reading of the header fails. Cc: Kevin Wolf Cc: MORITA Kazutaka Signed-off-by: Liu Yuan --- block/sheepdog.c |2 ++ 1 files changed, 2 insertions(+), 0