qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V5 2/2] block/iscsi: allow caching of the alloca


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V5 2/2] block/iscsi: allow caching of the allocation map
Date: Mon, 18 Jul 2016 11:17:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1


On 18/07/2016 10:52, Peter Lieven wrote:
> +    /* shrink to touch only completely contained clusters */
> +    cl_num_shrinked = DIV_ROUND_UP(sector_num, iscsilun->cluster_sectors);
> +    nb_cls_shrinked = (sector_num + nb_sectors) / iscsilun->cluster_sectors
> +                      - cl_num_shrinked;

Changed everywhere "shrinked" to "shrunk" and applied.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]