From owner-cvs-src@FreeBSD.ORG Thu Aug 24 20:16:08 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B1816A4E1; Thu, 24 Aug 2006 20:16:08 +0000 (UTC) (envelope-from prvs=julian=3845287f1@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id B169E43D78; Thu, 24 Aug 2006 20:16:07 +0000 (GMT) (envelope-from prvs=julian=3845287f1@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 24 Aug 2006 13:16:07 -0700 Message-ID: <44EE0906.40705@elischer.org> Date: Thu, 24 Aug 2006 13:16:06 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Konstantin Belousov References: <200608241016.k7OAG1VE058083@repoman.freebsd.org> In-Reply-To: <200608241016.k7OAG1VE058083@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 20:16:08 -0000 Konstantin Belousov wrote: >kib 2006-08-24 10:16:01 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/man/man9 lock.9 > Log: > MFC rev.1.14: > Note that LK_UPGRADE may drop the shared lock before taking the > exclusive one. > > > excuse my ignorance but I though that the whole aim of an upgrade was to make sure that you did NOT drop it before getting the exclusive lock..( or it fails and you back out and retry) > Reviewed and edited by: tegge > Approved by: pjd (mentor) > > Revision Changes Path > 1.12.2.2 +2 -0 src/share/man/man9/lock.9 > >