From: Eric Leblond Date: Wed, 18 Feb 2009 14:29:49 +0000 (+0100) Subject: netfilter: nfnetlink_log: fix timeout handling X-Git-Tag: v2.6.29-rc7~13^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6764b743f9d25dd0806a417f06920dcbd0f599;p=pandora-kernel.git netfilter: nfnetlink_log: fix timeout handling NFLOG timeout was computed in timer by doing: flushtimeout*HZ/100 Default value of flushtimeout was HZ (for 1 second delay). This was wrong for non 100HZ computer. This patch modify the default delay by using 100 instead of HZ. Signed-off-by: Eric Leblond Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed