From f70cf7e398473fbc21e38bb054276033130a202c Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 5 Jan 2007 15:00:50 -0800 Subject: [PATCH] minor patch cleanups --- queue-2.6.19/buglet-in-vmscan.c.patch | 1 + queue-2.6.19/fix-reversed-logic-in-udp_get_port.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, -- 2.47.3