packet: use vzalloc()
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 20 Nov 2010 07:31:54 +0000 (07:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Nov 2010 18:01:42 +0000 (10:01 -0800)
alloc_one_pg_vec_page() is supposed to return zeroed memory, so use
vzalloc() instead of vmalloc()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found