From: Chuhong Yuan <hsleste...@gmail.com> Date: Thu, 18 Jul 2019 15:45:42 +0800
> Use vzalloc and vzalloc_node instead of using vmalloc and > vmalloc_node and then zeroing the allocated memory by > memset 0. > This simplifies the code. > > Signed-off-by: Chuhong Yuan <hsleste...@gmail.com> Applied.