From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC 1/2] Case-insensitive XFS - kernel patch Date: Wed, 24 Oct 2007 08:36:39 +0100 Message-ID: <20071024073639.GA32469@infradead.org> References: <20071023201912.GA23558@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , "xfs@oss.sgi.com" , xfs-dev , "linux-fsdevel@vger.kernel.org" To: Barry Naujok Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:50531 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093AbXJXHgn (ORCPT ); Wed, 24 Oct 2007 03:36:43 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Oct 24, 2007 at 10:32:14AM +1000, Barry Naujok wrote: > On Wed, 24 Oct 2007 06:19:12 +1000, Christoph Hellwig wrote: > > > This patch is quite badly mangled by your mailer. Could you just > > attach it? (Or even better use a mailer that handles inlined text It's still mangled, e.g. > #include "xfs_vnodeops.h" > +#include "xfs_da_btree.h" > +#include "xfs_unicode.h" The # should be lined up, with only one character (' ', '+' or '-') before them. No idea what the mailer does here.