Re: [PATCH 01/47] block-rbd: Use kmalloc_array() in rbd_header_from_disk()

From: Ilya Dryomov
Date: Wed Sep 14 2016 - 11:25:13 EST


On Mon, Sep 12, 2016 at 8:42 PM, SF Markus Elfring
<elfring@xxxxxxxxxxxxxxxxxxxxx> wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Sun, 11 Sep 2016 12:21:25 +0200
>
> * A multiplication for the size determination of a memory allocation
> indicated that an array data structure should be processed.
> Thus use the corresponding function "kmalloc_array".
>
> This issue was detected by using the Coccinelle software.
>
> * Delete the local variable "size" which became unnecessary with
> this refactoring.
>
> Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>

Now applied.

Thanks,

Ilya