On Fri, 2017-04-07 at 14:49 +0800, Huang, Ying wrote: > From: Huang Ying <[email protected]> > > Now vzalloc() is used in swap code to allocate various data > structures, such as swap cache, swap slots cache, cluster info, etc. > Because the size may be too large on some system, so that normal > kzalloc() may fail. But using kzalloc() has some advantages,
> Signed-off-by: Huang Ying <[email protected]> > Acked-by: Tim Chen <[email protected]> > Acked-by: Michal Hocko <[email protected]> > Cc: Dave Hansen <[email protected]> > Cc: Hugh Dickins <[email protected]> > Cc: Shaohua Li <[email protected]> > Cc: Minchan Kim <[email protected]> > Cc: Rik van Riel <[email protected]> > Acked-by: Rik van Riel <[email protected]>

