commit | 72bca2084a21edda74b802bc076083d5951f67b4 | [log] [tgz] |
---|---|---|
author | Himanshu Jha <himanshujha199640@gmail.com> | Sun Dec 31 17:57:29 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 02 22:01:27 2018 -0500 |
tree | a2deb7cf0ffc083566b6db6d7cef91c79198134b | |
parent | aa006d1ad0a58f5dad0065b25263a73365319996 [diff] |
liquidio: Use zeroing memory allocator than allocator/memset Use vzalloc for allocating zeroed memory and remove unnecessary memset function. Done using Coccinelle. Generated-by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci 0-day tested with no failures. Suggested-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>