]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xtables: do not print any messages on ENOMEM
authorJan Engelhardt <jengelh@medozas.de>
Wed, 17 Mar 2010 23:27:03 +0000 (00:27 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 18 Mar 2010 13:20:07 +0000 (14:20 +0100)
commitd5a37275591eef647259084323496a35acd6686f
tree1e853e78c883c5a2dcf72e7d432e7ebf6be04973
parent62c0064d7563e8e17021bb9f19d1cec53dbd5a70
netfilter: xtables: do not print any messages on ENOMEM

ENOMEM is a very obvious error code (cf. EINVAL), so I think we do not
really need a warning message. Not to mention that if the allocation
fails, the user is most likely going to get a stack trace from slab
already.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
net/bridge/netfilter/ebt_ulog.c
net/netfilter/xt_LED.c
net/netfilter/xt_hashlimit.c
net/netfilter/xt_statistic.c