cvs commit: src/sys/nfsclient nfs_socket.c
Ian Dowse
iedowse at maths.tcd.ie
Wed Mar 26 10:38:20 PST 2003
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.
Ian
More information about the cvs-src
mailing list