From owner-svn-src-all@freebsd.org Fri Mar 4 17:41:27 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7194B9DA1AA; Fri, 4 Mar 2016 17:41:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52D38DDB; Fri, 4 Mar 2016 17:41:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EE53BB93A; Fri, 4 Mar 2016 12:41:25 -0500 (EST) From: John Baldwin To: Maxim Konovalov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r296277 - in head: share/man/man4 sys/conf sys/kern sys/modules sys/modules/aio sys/sys tests/sys/aio Date: Fri, 04 Mar 2016 09:17:15 -0800 Message-ID: <4270767.V503NG6MJz@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <56D6A8D0.9030705@gmail.com> References: <201603011812.u21ICEqt071147@repo.freebsd.org> <56D6A8D0.9030705@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 04 Mar 2016 12:41:26 -0500 (EST) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 04 Mar 2016 17:41:27 -0000 On Wednesday, March 02, 2016 11:48:16 AM Maxim Konovalov wrote: > Hi John, > > On 3/1/16 9:12 PM, John Baldwin wrote: > > Author: jhb > > Date: Tue Mar 1 18:12:14 2016 > > New Revision: 296277 > > URL: https://svnweb.freebsd.org/changeset/base/296277 > > > > Log: > > Refactor the AIO subsystem to permit file-type-specific handling and > > improve cancellation robustness. > [...] > > Nice work! > > It deserves its own entry in UPDATING. What do you think? Yes, it certainly does. It probably should have had Relnotes: yes as well. -- John Baldwin