Displaying 1 result from an estimated 1 matches for "listhelp".
Did you mean:
listhead
2003 Feb 26
0
[Bug 56] New: super-long erroneous timeouts in conntrack table (semantics of list_del() change)
...iemout() and soon
confirmed again adding jiffies to expire time every time.
Applying the following patch solved the problem. As I'm not on the
list, please CC to me any comments regarding this problem. Thank you
a lot for great netfilter.
--- linux-2.4.20-orig/include/linux/netfilter_ipv4/listhelp.h 2003-02-20 16:48:27.000000000 +0900
+++ linux-2.4.20-rmap-pm/include/linux/netfilter_ipv4/listhelp.h 2003-02-20 16:45:30.000000000 +0900
@@ -57,10 +57,13 @@
if (!list_inlist(head, oldentry)) \
printk("LIST_DELETE: %s:%u `%s'(%p) not in %s.\n", \
__FILE__, __LINE__,...