tcp: handle tcp_net_metrics_init() order-5 memory allocation failures
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 16 Nov 2012 05:31:53 +0000 (05:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2012 18:36:27 +0000 (13:36 -0500)
order-5 allocations can fail with current kernels, we should
try vmalloc() as well.

Reported-by: Julien Tinnes <jln@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found