mempolicy: use struct mempolicy pointer in shmem_sb_info
[safe/jmp/linux-2.6] / include / linux / netfilter / xt_rateest.h
index 51948e1..2010cb7 100644 (file)
@@ -26,6 +26,8 @@ struct xt_rateest_match_info {
        u_int32_t               pps1;
        u_int32_t               bps2;
        u_int32_t               pps2;
+
+       /* Used internally by the kernel */
        struct xt_rateest       *est1 __attribute__((aligned(8)));
        struct xt_rateest       *est2 __attribute__((aligned(8)));
 };