From owner-cvs-src@FreeBSD.ORG Fri Dec 28 00:38:14 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0980116A46C; Fri, 28 Dec 2007 00:38:14 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A69113C4CC; Fri, 28 Dec 2007 00:38:14 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBS0cDJb083206; Fri, 28 Dec 2007 00:38:13 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBS0cDck083205; Fri, 28 Dec 2007 00:38:13 GMT (envelope-from attilio) Message-Id: <200712280038.lBS0cDck083205@repoman.freebsd.org> From: Attilio Rao Date: Fri, 28 Dec 2007 00:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VOP_LOCK.9 lock.9 src/sys/fs/unionfs union_vnops.c src/sys/kern kern_lock.c src/sys/sys lockmgr.h param.h 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: Fri, 28 Dec 2007 00:38:14 -0000 attilio 2007-12-28 00:38:13 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 VOP_LOCK.9 sys/fs/unionfs union_vnops.c sys/kern kern_lock.c sys/sys lockmgr.h param.h Log: Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace. This option just adds complexity and the new implementation no longer will support it, so axing it now that it is unused is probabilly the better idea. FreeBSD version is bumped in order to reflect the KPI breakage introduced by this patch. In the ports tree, kris found that only old OSKit code uses it, but as it is thought to work only on 2.x kernels serie, version bumping will solve any problem. Revision Changes Path 1.19 +3 -5 src/share/man/man9/VOP_LOCK.9 1.18 +2 -10 src/share/man/man9/lock.9 1.150 +0 -1 src/sys/fs/unionfs/union_vnops.c 1.116 +0 -13 src/sys/kern/kern_lock.c 1.55 +0 -7 src/sys/sys/lockmgr.h 1.322 +1 -1 src/sys/sys/param.h