]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- outdated
authorKarol Krenski <charles@pld-linux.org>
Sun, 3 May 2009 10:55:51 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-netns-inet6-tw.patch -> 1.1.2.1

kernel-netns-inet6-tw.patch [deleted file]

diff --git a/kernel-netns-inet6-tw.patch b/kernel-netns-inet6-tw.patch
deleted file mode 100644 (file)
index b63c8f2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- linux-2.6.27.7/net/ipv6/inet6_hashtables.c~        2008-12-03 19:33:29.502811014 +0100
-+++ linux-2.6.27.7/net/ipv6/inet6_hashtables.c 2008-12-04 08:48:20.898136465 +0100
-@@ -214,7 +214,8 @@
-       if (twp != NULL) {
-               *twp = tw;
--              NET_INC_STATS_BH(twsk_net(tw), LINUX_MIB_TIMEWAITRECYCLED);
-+              if (tw != NULL)
-+                      NET_INC_STATS_BH(twsk_net(tw), LINUX_MIB_TIMEWAITRECYCLED);
-       } else if (tw != NULL) {
-               /* Silly. Should hash-dance instead... */
-               inet_twsk_deschedule(tw, death_row);
This page took 0.067468 seconds and 4 git commands to generate.