implement write support for partitions covering only a part of an eraseblock (buffer...
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.30 / 110-netfilter_match_speedup.patch
index cf7890e..950a432 100644 (file)
@@ -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;
 +                              }
 +                      }
This page took 0.023715 seconds and 4 git commands to generate.