From: Jan Engelhardt Date: Wed, 17 Mar 2010 23:27:03 +0000 (+0100) Subject: netfilter: xtables: do not print any messages on ENOMEM X-Git-Tag: v2.6.35-rc1~473^2~168^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bc3f38147c5d3fb1eb9ca2236536389b592cae;p=pandora-kernel.git 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 --- Reading git-diff-tree failed