On 09/25/14 16:28, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2014-09-25-16-28 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c: In function 'nf_nat_masquerade_ipv4': ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:59:5: error: 'struct nf_conn_nat' has no member named 'masq_index' nat->masq_index = out->ifindex; ^ ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c: In function 'device_cmp': ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:83:12: error: 'const struct nf_conn_nat' has no member named 'masq_index' return nat->masq_index == (int)(long)ifindex; ^ ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:84:1: warning: control reaches end of non-void function [-Wreturn-type] Full randconfig file is attached. -- ~Randy