svn commit: r191145 - head/sys/rpc

Andrew Thompson thompsa at FreeBSD.org
Fri Apr 17 02:20:04 UTC 2009


On Thu, Apr 16, 2009 at 04:26:36PM +0000, Rick Macklem wrote:
> Author: rmacklem
> Date: Thu Apr 16 16:26:35 2009
> New Revision: 191145
> URL: http://svn.freebsd.org/changeset/base/191145
> 
> Log:
>   	Added a field to the SVCXPRT structure that the nfsv4 server can
>   	use to identify if the socket is the same one that a cached request
>   	came in on. It is set by nfsrvd_addsock() to a unique value generated
>   	by incrementing an unsigned 64bit static variable for each assignment
>   	and then the value of xp_sockref is tested to see if it is equal to
>   	the value that was saved with the cached reply.
>   
>   Submitted by:	rmacklem

Great work and welcome. To save yourself a bit of typing, unless you
attribute the submission/testing its implied that it came from
yourself. :)

Andrew


More information about the svn-src-all mailing list