From owner-svn-src-all@FreeBSD.ORG Mon Jun 6 11:28:12 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B57F51065676; Mon, 6 Jun 2011 11:28:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 91A5C8FC14; Mon, 6 Jun 2011 11:28:12 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 32A3346B03; Mon, 6 Jun 2011 07:28:12 -0400 (EDT) Date: Mon, 6 Jun 2011 12:28:12 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Rick Macklem In-Reply-To: <201106051817.p55IHb0Y092046@svn.freebsd.org> Message-ID: References: <201106051817.p55IHb0Y092046@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222719 - in head/sys/fs: nfs nfsclient X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 11:28:12 -0000 On Sun, 5 Jun 2011, Rick Macklem wrote: > The new NFSv4 client was erroneously using "p" instead of > "p_leader" for the "id" for POSIX byte range locking. I think > this would only have affected processes created by rfork(2) > with the RFTHREAD flag specified. This patch fixes that by > passing the "id" down through the various functions from > nfs_advlock(). And therefore probably threaded Linux processes? Robert