cvs commit: src/sys/nfsclient nfs_socket.c

Alfred Perlstein alfred at FreeBSD.org
Wed Mar 26 18:51:54 PST 2003


* Ian Dowse <iedowse at maths.tcd.ie> [030326 02:38] wrote:
> In message <200303260146.h2Q1kBbE031907 at repoman.freebsd.org>, Alfred Perlstein 
> writes:
> >  Modified files:
> >    sys/nfsclient        nfs_socket.c 
> >  Log:
> >  req can not be NULL or we'd die.
> 
> I think the NULL checks were left over from revision 1.50 of
> nfs_socket.c and then later extended (by me). Before 1.50, nfs_sndlock()
> could be called with req == NULL, but the tests can safely be removed
> now as you have done.

Yah, doing work on another derived NFS implementation and felt like
moving some obvious changes back into the base.

-Alfred


More information about the cvs-src mailing list