diff options
author | Kees Cook <keescook@chromium.org> | 2018-06-11 23:35:55 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-06-13 01:19:22 +0200 |
commit | 1c542f38ab8d30d9c852a16d49ac5a15267bbf1f (patch) | |
tree | 20ace1eb1fe5b61211f5dfcd10a5af136682ebd4 /drivers/md/dm-snap.c | |
parent | video: uvesafb: Fix integer overflow in allocation (diff) | |
download | linux-1c542f38ab8d30d9c852a16d49ac5a15267bbf1f.tar.xz linux-1c542f38ab8d30d9c852a16d49ac5a15267bbf1f.zip |
mm: Introduce kvcalloc()
The kv*alloc()-family was missing kvcalloc(). Adding this allows for
2-argument multiplication conversions of kvzalloc(a * b, ...) into
kvcalloc(a, b, ...).
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/md/dm-snap.c')
0 files changed, 0 insertions, 0 deletions