Re: [Qemu-devel] [RFC][PATCH 1.8] block/iscsi: set bdi->cluster_size

2013-11-25 Thread Peter Lieven
On 25.11.2013 09:54, Paolo Bonzini wrote: Il 25/11/2013 09:29, Peter Lieven ha scritto: this patch aims to set bdi->cluster_size to the internal page size of the iscsi target so that enabled callers can align requests properly. Signed-off-by: Peter Lieven --- block/iscsi.c |6 ++ 1

Re: [Qemu-devel] [RFC][PATCH 1.8] block/iscsi: set bdi->cluster_size

2013-11-25 Thread Paolo Bonzini
Il 25/11/2013 09:29, Peter Lieven ha scritto: > this patch aims to set bdi->cluster_size to the internal page size > of the iscsi target so that enabled callers can align requests > properly. > > Signed-off-by: Peter Lieven > --- > block/iscsi.c |6 ++ > 1 file changed, 6 insertions(+) >