net: two vzalloc() cleanups
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 19 Dec 2011 21:01:38 +0000 (16:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Dec 2011 21:01:38 +0000 (16:01 -0500)
We can use vzalloc() helper now instead of __vmalloc() trick

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found