On Fri, 2017-04-07 at 14:49 +0800, Huang, Ying wrote: > From: Huang Ying <ying.huang@xxxxxxxxx> > > 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 <ying.huang@xxxxxxxxx> > Acked-by: Tim Chen <tim.c.chen@xxxxxxxxx> > Acked-by: Michal Hocko <mhocko@xxxxxxxx> > Cc: Dave Hansen <dave.hansen@xxxxxxxxx> > Cc: Hugh Dickins <hughd@xxxxxxxxxx> > Cc: Shaohua Li <shli@xxxxxxxxxx> > Cc: Minchan Kim <minchan@xxxxxxxxxx> > Cc: Rik van Riel <riel@xxxxxxxxxx> > Acked-by: Rik van Riel <riel@xxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>