summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2016-09-11 10:21:25 (GMT)
committerIlya Dryomov <idryomov@gmail.com>2016-10-03 14:13:50 (GMT)
commit88a25a5fa09dff62b5fc1e82fb9c0c6b23971887 (patch)
tree5691110f14178e0af75d3cb9539a2f8a8e59223a /drivers/misc
parent8cdcc07dde27d29bc25b3588238d4b1cc9a56fe9 (diff)
downloadlinux-88a25a5fa09dff62b5fc1e82fb9c0c6b23971887.tar.xz
rbd: use kmalloc_array() in rbd_header_from_disk()
* 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@users.sourceforge.net> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions