From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78577138262 for ; Fri, 20 May 2016 15:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7D08142C5; Fri, 20 May 2016 15:50:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB82142C5 for ; Fri, 20 May 2016 15:50:31 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id EC0BB340955 for ; Fri, 20 May 2016 15:50:27 +0000 (UTC) Date: Fri, 20 May 2016 08:49:41 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 3/4] replace ad-hoc implementations of clear_dir Message-ID: <20160520084941.0fb520e9.dolsen@gentoo.org> In-Reply-To: <1463754466-15028-3-git-send-email-vapier@gentoo.org> References: <1463754466-15028-1-git-send-email-vapier@gentoo.org> <1463754466-15028-3-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: cbfe3c36-115c-4b0e-a239-85a7c3deacb7 X-Archives-Hash: 76fef48dcbef1dad9dc2e656d63816af On Fri, 20 May 2016 10:27:45 -0400 Mike Frysinger wrote: > A few places copy & paste the logic we have in the clear_dir func. > Punt them with a simple call to clear_dir. Slowly punting all the duped code :) Push it please -- Brian Dolbec