On Mon, Apr 29, 2013 at 11:37:20AM -0400, David Miller wrote: > > This doesn't compile: > > net/sched/em_ipset.c:86:5: error: ‘struct ip_set_adt_opt’ has no member named ‘timeout’ Sorry, I overlooked em_ipset, it was not appropriately adapted after the new ipset extension infrastructure was added. The attached patch fixes the problem. Should I send a new pull request?