Quoting Arnaldo Carvalho de Melo: | > --- a/net/dccp/proto.c | > +++ b/net/dccp/proto.c | > @@ -469,9 +469,6 @@ static int do_dccp_setsockopt(struct soc | > | > lock_sock(sk); | > switch (optname) { | > - case DCCP_SOCKOPT_PACKET_SIZE: | > - dp->dccps_packet_size = val; | > - break; | | ... printk(KERN_WARNING "setsockopt(PACKET_SIZE) is deprecated, " | "fix your app\n"); Many thanks for spotting this - I will update the patch and resubmit it. How bad to think what happens if 1 gets re-allocated and an old app tries to set it ... :-x Gerrit - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html