On Sun, Aug 5, 2012 at 3:29 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > Some distro kernels (in particular the Debian 3.2.0-3 > kernel I'm running) backport codel already, so trying > to backport it again causes issues. Protect the compat > backport with #ifdef TCA_CODEL_MAX. > > Also link the flow_dissector code into the codel module > which then won't be loaded on kernels that already have > codel backported. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Neat, thanks, only one comment below: > diff --git a/compat/flow_dissector.c b/compat/flow_dissector.c > index 8affda0..7dd7ec1 100644 > --- a/compat/flow_dissector.c > +++ b/compat/flow_dissector.c > @@ -141,4 +141,3 @@ ipv6: > > return true; > } > -EXPORT_SYMBOL_GPL(skb_flow_dissect); Why is this change required? Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html