]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation
authorCalvin Owens <calvinowens@fb.com>
Fri, 7 Oct 2016 21:02:16 +0000 (14:02 -0700)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 26 Oct 2016 14:35:15 +0000 (16:35 +0200)
commit0813fbc913582feef688265f2a5d7c077d6a3d1f
treed79ab5696ae476fbf68bb4b472f4dada470015b4
parentdd2602d00f80dd8bf30f083fde20b4fbbcf82266
netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation

Since the code explicilty falls back to a smaller allocation when the
large one fails, we shouldn't complain when that happens.

Signed-off-by: Calvin Owens <calvinowens@fb.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_log.c