Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266745AbUIEOfn (ORCPT ); Sun, 5 Sep 2004 10:35:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266749AbUIEOfn (ORCPT ); Sun, 5 Sep 2004 10:35:43 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:26642 "EHLO mail.parknet.co.jp") by vger.kernel.org with ESMTP id S266745AbUIEOfm (ORCPT ); Sun, 5 Sep 2004 10:35:42 -0400 To: Christoph Hellwig Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] FAT: rewrite the cache for file allocation table lookup (2/4) References: <878ybpvtpz.fsf@devron.myhome.or.jp> <20040905123959.A29612@infradead.org> <87pt50vq01.fsf@devron.myhome.or.jp> From: OGAWA Hirofumi Date: Sun, 05 Sep 2004 23:35:13 +0900 In-Reply-To: <87pt50vq01.fsf@devron.myhome.or.jp> (OGAWA Hirofumi's message of "Sun, 05 Sep 2004 21:50:38 +0900") Message-ID: <878ybog4wu.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 26 OGAWA Hirofumi writes: > Christoph Hellwig writes: > >>> +#if 0 >>> +#define debug_pr(fmt, args...) printk(fmt, ##args) >>> +#else >>> +#define debug_pr(fmt, args...) >>> +#endif >> >> We have a pr_debug() in that you could use. > > I hated KERN_DEBUG. But, well, maybe pr_debug() was enough... > > I'll replace it for now FAT: fat_cache_lookup, fclus 6<7>, fclus 1, dclus 325759, cont 5<7> (off 5, full hit)<7> KERN_DEBUG was not readable. Sorry. I'd like to be puting it as is for now. -- OGAWA Hirofumi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/