David Miller <davem@xxxxxxxxxxxxx> wrote: > From: Eric Dumazet <eric.dumazet@xxxxxxxxx> > Date: Mon, 21 Mar 2011 23:42:59 +0100 > > > Ah sorry, I missed the "static const". Maybe I should just sleep now ;) > > Well, I would really prefer if ip6_route_output() and friends mark > their 'sk' argument as 'const'. > > Otherwise someone is going to read this code and be really concerned > that "sk" really might be modified in some way by this code path, > thus making parallel access to this static const 'sk' illegal. good point. Its just a two-line change, so I guess its okay if I make this change in this patch, too. If you object and think it should be a new patch, please let me know. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html