From owner-freebsd-smp@FreeBSD.ORG Sat Nov 24 04:53:31 2007 Return-Path: Delivered-To: smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 131CE16A417 for ; Sat, 24 Nov 2007 04:53:31 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id AECF213C467 for ; Sat, 24 Nov 2007 04:53:30 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so21363nfb for ; Fri, 23 Nov 2007 20:53:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=H08l1x4lG/ZCGr2sWjFHyjhMk3eSvD0gdxjcicTOylY=; b=t9pLaRp5RPCwKKxuIlBfUVrPNKTHszqUzyh7YYuqdUcfh+7V/gr7psjG84Ue9vhoR1Fk+CyMnlzRdfaRt+RK+Xy/mp8pJ356i8N/4pQHoFExH+y32zCdwtVQvV6na/6kMlQRg4U0deP6ZXaFeGn6UQQrgyIb4KtJOkvlt3AhugI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=GpCBh1rsq0dMYImmnC0aCDwstAM6EbNeTSPu03ztRIXG95fMsCfdnwHgQCfxsKF6E+iAhfwjERLbvZlSuNEhCl/NeFCPswNmtjcUct8NtMCAOA5fm+rgZcZzA/oQ+uqDCN4tq/PsU101pSpCr9hI5TrXIlfJmcPkadmFsD7r6xA= Received: by 10.86.90.2 with SMTP id n2mr68360fgb.1195878503524; Fri, 23 Nov 2007 20:28:23 -0800 (PST) Received: by 10.86.28.19 with HTTP; Fri, 23 Nov 2007 20:28:23 -0800 (PST) Message-ID: <3bbf2fe10711232028p75ee280ax95dabeba406425cd@mail.gmail.com> Date: Sat, 24 Nov 2007 05:28:23 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: arch@freebsd.org, smp@freebsd.org, fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 7f72cdd27691e8e5 Cc: Subject: [FYI] transferlockers() function removed -- lockmgr KPI changed X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 04:53:31 -0000 Hello, as transferlockers() function is dangerous and no longer used in our FreeBSD stock tree, I decided to axe it from FreeBSD-CURRENT8.0 and a quick MFC is planned in 3 days. Any third-party module using it, should update their own source code with equivalent functions (for any further question or assistance, in particular with this, you can send them directly to me). Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein