From owner-svn-src-all@FreeBSD.ORG Wed Jan 9 19:20:06 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B52E335F; Wed, 9 Jan 2013 19:20:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 910B8801; Wed, 9 Jan 2013 19:20:06 +0000 (UTC) Received: from pakbsde14.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CFD81B999; Wed, 9 Jan 2013 14:20:05 -0500 (EST) From: John Baldwin To: Jaakko Heinonen Subject: Re: svn commit: r244585 - in head: . sys/geom/label Date: Wed, 9 Jan 2013 14:17:37 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p22; KDE/4.5.5; amd64; ; ) References: <201212221343.qBMDhCHa086834@svn.freebsd.org> <201301070927.07157.jhb@freebsd.org> <20130108193146.GA1815@a91-153-116-96.elisa-laajakaista.fi> In-Reply-To: <20130108193146.GA1815@a91-153-116-96.elisa-laajakaista.fi> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201301091417.37451.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 09 Jan 2013 14:20:05 -0500 (EST) Cc: src-committers@freebsd.org, pjd@freebsd.org, svn-src-all@freebsd.org, kib@freebsd.org, svn-src-head@freebsd.org, imp@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: Wed, 09 Jan 2013 19:20:06 -0000 On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote: > On 2013-01-07, John Baldwin wrote: > > I think if it isn't hard to do so, we should aim to preserve labels as they > > are generally intended to be human readable as-is. Just preserving spaces is > > probably sufficient for this as they are probably the most commonly used > > character in labels affected by this change. > > All right. I have prepared patches for review. > > - Quote device names in devctl(4) device events. This allows events to > work for device names containing spaces. > - Allow spaces again in device names. > > Requested by: jhb > PR: kern/161912 Thanks. I think your patches look fine as far as I can tell. -- John Baldwin