From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 16:56:33 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3097E06; Tue, 10 Feb 2015 16:56:33 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E926822; Tue, 10 Feb 2015 16:56:33 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id w55so23379135wes.4; Tue, 10 Feb 2015 08:56:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=8WxpQETtv5HY2rXceEU9EpulZauCeWPErK59kGFCdBA=; b=Bb/kVKUmiAf4HoS+uJPkMv6Bn1LtbzbOnrbQr052EYkmrkbrSJ5GboxeOM0AYXC51L 8w8M67AWfp5MnaoZ+cFkr2+z2Jq6OYOsJRHKuSTZCKGEi0DRJq3XGajTRCofgTlXxp3D +KVNE1pPZxU5nJHHCatrsSYrKl0Nz1teg97FfqCBWYYUGuXsCH/AaLaO5LCCixlIKHlE UDu+AB8Az4d92o/Yazd8F2sEnhO0ZOcm/rD+1dKZ1J3rTshnZe/kvi3vJFFTTMj8Qz02 XTysl+12qgCNBXchjT/aX+kvEU4R1vsLCKf6cVvXXMetEEIPw41kIa0+wEVZM1TRnVot FATw== X-Received: by 10.194.173.138 with SMTP id bk10mr52406975wjc.112.1423587391728; Tue, 10 Feb 2015 08:56:31 -0800 (PST) Received: from brick.home (ace138.neoplus.adsl.tpnet.pl. [83.25.56.138]) by mx.google.com with ESMTPSA id fd10sm4208832wib.4.2015.02.10.08.56.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 08:56:31 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Tue, 10 Feb 2015 17:56:28 +0100 From: Edward Tomasz Napierala To: Bryan Drewery Subject: Re: svn commit: r278521 - head/sys/fs/autofs Message-ID: <20150210165628.GB59710@brick.home> Mail-Followup-To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201502101617.t1AGHH12081338@svn.freebsd.org> <54DA3312.8050709@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54DA3312.8050709@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 16:56:33 -0000 On 0210T1034, Bryan Drewery wrote: > On 2/10/2015 10:17 AM, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Tue Feb 10 16:17:16 2015 > > New Revision: 278521 > > URL: https://svnweb.freebsd.org/changeset/base/278521 > > > > Log: > > Restore ABI compatibility, broken in r273127. Note that while this fixes > > ABI with 10.1, it breaks ABI for 11-CURRENT, so rebuild of automountd(8) > > is neccessary. > > I was going to say __FreeBSD_version should probably be bumped, but I > suppose it's unlikely there are any consumers outside of automountd(8) > already. Indeed, I hadn't heard of any. From my point of view it's a private API between autofs(4) and automountd(8). > An entry in UPDATING may be worth adding for head noting the > rebuild need. We don't all read commit logs. Okay. What do you think about the following: 20150210: The autofs(4) ABI was changed in order to restore binary compatibility with 10.1-RELEASE. The automountd(8) daemon needs to be rebuilt to work with the new kernel.