From: Jan Engelhardt Date: Thu, 9 Jul 2009 21:00:19 +0000 (+0200) Subject: netfilter: xtables: use memcmp in unconditional check X-Git-Tag: v2.6.32-rc1~703^2~21^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47901dc2c4a3f1f9af453486a005d31fe9b393f0;p=pandora-kernel.git netfilter: xtables: use memcmp in unconditional check Instead of inspecting each u32/char open-coded, clean up and make use of memcmp. On some arches, memcmp is implemented as assembly or GCC's __builtin_memcmp which can possibly take advantages of known alignment. Signed-off-by: Jan Engelhardt --- Reading git-diff-tree failed