From owner-freebsd-stable@FreeBSD.ORG Mon May 5 17:04:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8F6106566B for ; Mon, 5 May 2008 17:04:40 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id EAAAB8FC1A for ; Mon, 5 May 2008 17:04:39 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so1111544mue.3 for ; Mon, 05 May 2008 10:04:38 -0700 (PDT) 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=7mt5EuIlRIPQcqCEo34n220DT53vXziywYcOKSigcLw=; b=fF1GM6vqAyJLDa/Wm4C1prhYHG5dI7bxCtFvtQg7Co5x5bfapDduoJBZOEHbWfza3fongYVtfJ0qys64JwuqkZdPERvuEjT0YY4k/QlqjSW4jde9h6rzmKG79QBh4QRN1iOcgMkejYus3qvDIUm0xcbPzDnnXMKMIW48g8pk+L8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=IeYFHDnkplaCj5grY9bQqJCts93CrFpBXih+3KWEJtZD7MAk1u4/IndOUKhn0anAdynpN1SPgp7CzBjVwdSEnMy2/438WCV154vgS2GPn8cIe+d6SFQuZ6Q7oXJGjW175tZmcSqya6OSmHHa9EskWueaXbZ0zOozXi8LGJx53i8= Received: by 10.86.97.7 with SMTP id u7mr10173454fgb.25.1210005535750; Mon, 05 May 2008 09:38:55 -0700 (PDT) Received: by 10.86.73.10 with HTTP; Mon, 5 May 2008 09:38:55 -0700 (PDT) Message-ID: <3bbf2fe10805050938u4c48acacj673f59b013fd9efc@mail.gmail.com> Date: Mon, 5 May 2008 18:38:55 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 01363645aa1ac8ab Subject: [HEADS UP] lockmgr needing of sys/lockmgr.h on thirdy part codes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 17:04:40 -0000 Hello, after MFC'ed the usage of LOCK_FILE and LOCK_LINE for lockmgr(9), now thirdy part code needs to include sys/lock.h just priorior than sys/lockmgr. Even if the patch doesn't break ABI / KPI (so it doesn't need thirdy part KLD to be recompiled), it worths noting that the new code needs this extra-care in order to be fully compliant. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein