Hey Neil, This part did not apply cleanly On 02/20/2014 01:36 AM, Neil Brown wrote: > void > nfssvc_setvers(unsigned int ctlbits, int minorvers[]) > { > diff --git a/utils/nfsd/nfssvc.h b/utils/nfsd/nfssvc.h > index 2bbd3d30f92a..bb7fccee7c19 100644 > --- a/utils/nfsd/nfssvc.h > +++ b/utils/nfsd/nfssvc.h > @@ -24,5 +24,6 @@ void nfssvc_mount_nfsdfs(char *progname); > int nfssvc_inuse(void); > int nfssvc_set_sockets(const int family, const unsigned int protobits, > const char *host, const char *port); > +int nfssvc_set_rdmaport(const char *port); > void nfssvc_setvers(unsigned int ctlbits, int minorvers4[]); ^^^ this interface is different that the one I have in my tree The one I have is void nfssvc_setvers(unsigned int ctlbits, unsigned int minorvers4, unsigned int minorvers4set); No biggie but I'm just wandering if I'm missing a patch... steved. > int nfssvc_threads(unsigned short port, int nrservs); -- 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