Bryan Schumaker <bjschuma@xxxxxxxxxx> wrote: > --- a/fs/nfs/dns_resolve.c > +++ b/fs/nfs/dns_resolve.c > ... > +inline int nfs_dns_resolver_init(void) > +{ > + return 0; > +} > + > +inline void nfs_dns_resolver_destroy(void) > +{} These functions are a little pointless since you do the same in the header file, so I've removed them. It still compiles... David -- 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