From 8295ad3444d5f579ec16694cba8553d5936a815b Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 14 May 2009 18:35:10 +0000
Subject: [PATCH] fix a compile error in the netfilter match speedup patch for
 2.6.30

SVN-Revision: 15849
---
 .../patches-2.6.30/110-netfilter_match_speedup.patch            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/generic-2.6/patches-2.6.30/110-netfilter_match_speedup.patch b/target/linux/generic-2.6/patches-2.6.30/110-netfilter_match_speedup.patch
index cf7890ea09..950a432959 100644
--- a/target/linux/generic-2.6/patches-2.6.30/110-netfilter_match_speedup.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/110-netfilter_match_speedup.patch
@@ -95,7 +95,7 @@
 +				int v = ((struct ipt_standard_target *)t)->verdict;
 +				if ((v < 0) && (v != IPT_RETURN)) {
 +					ADD_COUNTER(e->counters, ntohs(ip->tot_len), 1);
-+					read_unlock_bh(&table->lock);
++					xt_info_rdunlock_bh();
 +					return (unsigned)(-v) - 1;
 +				}
 +			}
-- 
GitLab