From: Chris Wright Date: Fri, 5 Jan 2007 23:00:50 +0000 (-0800) Subject: minor patch cleanups X-Git-Tag: v2.6.19.2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f70cf7e398473fbc21e38bb054276033130a202c;p=thirdparty%2Fkernel%2Fstable-queue.git minor patch cleanups --- diff --git a/queue-2.6.19/buglet-in-vmscan.c.patch b/queue-2.6.19/buglet-in-vmscan.c.patch index 66555405263..5c94c29f276 100644 --- a/queue-2.6.19/buglet-in-vmscan.c.patch +++ b/queue-2.6.19/buglet-in-vmscan.c.patch @@ -14,6 +14,7 @@ Fix a rather obvious buglet. Noticed while instrumenting the VM using Cc: Christoph Lameter Cc: Signed-off-by: Andrew Morton +Signed-off-by: Chris Wright --- mm/vmscan.c | 2 +- diff --git a/queue-2.6.19/fix-reversed-logic-in-udp_get_port.patch b/queue-2.6.19/fix-reversed-logic-in-udp_get_port.patch index 413cdd317d2..96656d5665b 100644 --- a/queue-2.6.19/fix-reversed-logic-in-udp_get_port.patch +++ b/queue-2.6.19/fix-reversed-logic-in-udp_get_port.patch @@ -3,7 +3,7 @@ Date: Fri, 22 Dec 2006 11:56:21 -0800 (PST) Message-Id: <20061222.115621.104034701.davem@davemloft.net> To: stable@kernel.org From: David Miller -Subject: [UDP]: Fix reversed logic in udp_get_port() +Subject: UDP: Fix reversed logic in udp_get_port() When this code was converted to use sk_for_each() the logic for the "best hash chain length" code was reversed,