Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2003 10:38:03 +0000
From:      Ian Dowse <iedowse@maths.tcd.ie>
To:        Alfred Perlstein <alfred@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/nfsclient nfs_socket.c 
Message-ID:  <200303261038.aa94448@salmon.maths.tcd.ie>
In-Reply-To: Your message of "Tue, 25 Mar 2003 17:46:11 PST." <200303260146.h2Q1kBbE031907@repoman.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200303260146.h2Q1kBbE031907@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303261038.aa94448>