From owner-svn-src-all@FreeBSD.ORG Mon Dec 24 19:25:00 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 026AF640; Mon, 24 Dec 2012 19:25:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by mx1.freebsd.org (Postfix) with ESMTP id CB1E68FC12; Mon, 24 Dec 2012 19:24:58 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so3364336wge.10 for ; Mon, 24 Dec 2012 11:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ZEamTsNZcMc5Y1RH72je9WU8mQFbYcaT70hpp9sy1W8=; b=jXt6DhAHr/K44NlvIbbTA52y1sO841Yyfa2CpvmqfN9ndGnl1oLIa6zUA5i0Ysj1R5 rYh8NRXlX+ZOWMlOuwCAr8nYX16yPTT141kRf184C6ZySvtpUGnzQ+dN3rTYmQIU2SDP Vhb1hDvMBeH6mb9OGxyyqSirMjWzdcAG3xrismlGJYY2kjHdqZWzacamDEzzWJctJcUN YMSt6X6UOym1NQQHVQPQ2lEB+sWLkFaopflnL+I94z/BdXzbTPngihgoI3S1305mptus 2EXCasqJWtV3kQFSG/hny7OgdFqlGD/2eY4LheXu3PnSrVw8+oPDOKK00cMPab37DOUA BASQ== MIME-Version: 1.0 Received: by 10.194.93.40 with SMTP id cr8mr37237283wjb.16.1356377092086; Mon, 24 Dec 2012 11:24:52 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Mon, 24 Dec 2012 11:24:51 -0800 (PST) In-Reply-To: <201212241422.qBOEMrcF021632@svn.freebsd.org> References: <201212241422.qBOEMrcF021632@svn.freebsd.org> Date: Mon, 24 Dec 2012 11:24:51 -0800 X-Google-Sender-Auth: f97EKupXbHwyg23-0Lyr58IvvyQ Message-ID: Subject: Re: svn commit: r244663 - stable/9 From: Adrian Chadd To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 19:25:00 -0000 ... why'd we break the KBI in a stable branch? Adrian On 24 December 2012 06:22, Konstantin Belousov wrote: > Author: kib > Date: Mon Dec 24 14:22:52 2012 > New Revision: 244663 > URL: http://svnweb.freebsd.org/changeset/base/244663 > > Log: > Note that filesystem modules must be recompiled. > > Modified: > stable/9/UPDATING > > Modified: stable/9/UPDATING > ============================================================================== > --- stable/9/UPDATING Mon Dec 24 14:12:43 2012 (r244662) > +++ stable/9/UPDATING Mon Dec 24 14:22:52 2012 (r244663) > @@ -11,6 +11,11 @@ handbook: > Items affecting the ports and packages system can be found in > /usr/ports/UPDATING. Please read that file before running portupgrade. > > +20121224: > + The VFS KBI was changed with the merge of several nullfs > + optimizations and fixes. All filesystem modules must be > + recompiled. > + > 20121218: > With the addition of auditdistd(8), a new auditdistd user is now > depended on during installworld. "mergemaster -p" can be used to add