On Sat, Aug 20, 2011 at 06:24:29PM +0800, Mi Jinlong wrote: > +/* > + * Add scope id for LINKLOCAL address > + */ > +struct in6_addr_scopeid{ > + struct in6_addr sin6_addr; > + __u32 sin6_scope_id; > +}; > + > union svc_addr_u { > - struct in_addr addr; > - struct in6_addr addr6; > + struct in_addr addr; > + struct in6_addr_scopeid addr6; By the way, is there any reason why nfsd really needs its own address structure? Shouldn't we use sockaddr_storage or something? I feel like we've got a little too much one-off address handling in nfsd. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html