Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2009 19:19:58 -0700
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Rick Macklem <rmacklem@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r191145 - head/sys/rpc
Message-ID:  <20090417021958.GC33466@citylink.fud.org.nz>
In-Reply-To: <200904161626.n3GGQa8N085699@svn.freebsd.org>
References:  <200904161626.n3GGQa8N085699@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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