From owner-svn-src-head@FreeBSD.ORG Sat Mar 14 23:11:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCE51065672; Sat, 14 Mar 2009 23:11:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 84D718FC23; Sat, 14 Mar 2009 23:11:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n2EN9kpG041555; Sat, 14 Mar 2009 17:09:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 15 Mar 2009 08:10:13 +0900 (JST) Message-Id: <20090315.081013.58456133.imp@bsdimp.com> To: ed@80386.nl From: "M. Warner Losh" In-Reply-To: <20090314205617.GX31961@hoeg.nl> References: <20090314.233939.-1625878868.imp@bsdimp.com> <49BC0FAF.4020308@FreeBSD.org> <20090314205617.GX31961@hoeg.nl> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, gabor@freebsd.org Subject: Re: svn commit: r189777 - head/lib/libc/nls X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Mar 2009 23:11:33 -0000 In message: <20090314205617.GX31961@hoeg.nl> Ed Schouten writes: : Hi G=E1bor, : = : * G=E1bor K=F6vesd=E1n wrote: : > Do you think this is the right fix? : > http://kovesdan.org/patches/mtree-fix.diff : = : That seems to be a lot better (though someone else should still revie= w : it). Maybe we can remove some of those mkdir calls there as well? Agreed. I think this is the start of an excellent patch, and some of the by hand mkdir's in the code near by could be eliminated... Warner