From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806Ab2CTBFI (ORCPT ); Mon, 19 Mar 2012 21:05:08 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:46945 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754485Ab2CTBFG (ORCPT ); Mon, 19 Mar 2012 21:05:06 -0400 Date: Mon, 19 Mar 2012 21:05:02 -0400 From: "Ted Ts'o" To: David Daney Cc: David Daney , Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/9] ext4: Add -DDEBUG to Makefile Message-ID: <20120320010502.GB14363@thunk.org> Mail-Followup-To: Ted Ts'o , David Daney , David Daney , Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <7ee60f3b750f4500f9bdcb64f358acbf17987036.1331856300.git.joe@perches.com> <4F63646D.1040700@cavium.com> <20120319043937.GN31682@thunk.org> <4F677F6C.8030902@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F677F6C.8030902@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 19, 2012 at 11:48:12AM -0700, David Daney wrote: > > If you want to unconditionally define DEBUG for all of ext4, that is > fine with me. Since I don't see the value of pr_debug, and don't plan to use it, I don't plan to unconditionally define DEBUG. :-) - Ted