From owner-svn-src-head@FreeBSD.ORG Fri Apr 17 02:20:03 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91381106564A; Fri, 17 Apr 2009 02:20:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 490578FC0A; Fri, 17 Apr 2009 02:20:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 87D32FFEF; Fri, 17 Apr 2009 14:20:02 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Isg6ctcKVB+X; Fri, 17 Apr 2009 14:19:59 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 17 Apr 2009 14:19:59 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 29F8E11432; Fri, 17 Apr 2009 14:19:59 +1200 (NZST) Date: Thu, 16 Apr 2009 19:19:58 -0700 From: Andrew Thompson To: Rick Macklem Message-ID: <20090417021958.GC33466@citylink.fud.org.nz> References: <200904161626.n3GGQa8N085699@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904161626.n3GGQa8N085699@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191145 - head/sys/rpc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 02:20:04 -0000 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