dlm: Use kcalloc() in dlm_scan_waiters()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 06:38:49 +0000 (08:38 +0200)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Aug 2017 16:23:09 +0000 (11:23 -0500)
commitfbb1008151cabb83aeadf91ae363196def070eba
tree8d259d84cae3c767082194ac72f080b57dbceacd
parent2c257e96df505a8472c8376524b3a68e8fde66dd
dlm: Use kcalloc() in dlm_scan_waiters()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kcalloc".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c