]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/netfilter/xt_rateest.c
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / net / netfilter / xt_rateest.c
index 4b05ce168a78f473fcd2ac046880a325bfa4f75f..220a1d588ee0e89813127dc87381accb21b36f88 100644 (file)
@@ -117,10 +117,9 @@ err1:
        return false;
 }
 
-static void xt_rateest_mt_destroy(const struct xt_match *match,
-                                 void *matchinfo)
+static void xt_rateest_mt_destroy(const struct xt_mtdtor_param *par)
 {
-       struct xt_rateest_match_info *info = matchinfo;
+       struct xt_rateest_match_info *info = par->matchinfo;
 
        xt_rateest_put(info->est1);
        if (info->est2)