]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 30 Oct 2007 04:41:19 +0000 (21:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 30 Oct 2007 05:37:31 +0000 (22:37 -0700)
commit6545f535a7f6e5db73769da7e0c92ffd1b65ce64
treebff18a55738421df993747768aadc697d4024c02
parentaef92ad2c12722951813d710207a4a8a8f891606
[NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN

This allocation is expected to fail and we handle it by fallback to vmalloc().

So don't scare people with nasty messages like
http://bugzilla.kernel.org/show_bug.cgi?id=9190

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_core.c