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. -- 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