drbd: switch from kmalloc() to kmalloc_array()
authorRoland Kammerer <roland.kammerer@linbit.com>
Tue, 29 Aug 2017 08:20:48 +0000 (10:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Aug 2017 21:34:46 +0000 (15:34 -0600)
commit365cf663b64791e341f425385c7ae152327c7009
tree240e25c55c0cdee8c6eb1a44583dce25b228d731
parentd3d2948f4353300e483e03be3f400dc07cf504ce
drbd: switch from kmalloc() to kmalloc_array()

We had one call to kmalloc that actually allocates an array. Switch that
one to the kmalloc_array() function.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_receiver.c
include/linux/drbd.h