]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_quota.c
[NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink
[linux-2.6] / net / netfilter / xt_quota.c
index cc44f87cb8e685945a8d456d15d62c1f45ce10ae..bfdde06ca0b7dfe5ceec4fab5368e577543b0645 100644 (file)
@@ -30,8 +30,8 @@ match(const struct sk_buff *skb,
                q->quota -= skb->len;
                ret ^= 1;
        } else {
-               /* we do not allow even small packets from now on */
-               q->quota = 0;
+               /* we do not allow even small packets from now on */
+               q->quota = 0;
        }
        spin_unlock_bh(&quota_lock);
 
@@ -41,7 +41,7 @@ match(const struct sk_buff *skb,
 static int
 checkentry(const char *tablename, const void *entry,
           const struct xt_match *match, void *matchinfo,
-          unsigned int matchsize, unsigned int hook_mask)
+          unsigned int hook_mask)
 {
        struct xt_quota_info *q = (struct xt_quota_info *)matchinfo;