From: "Darrick J. Wong" Subject: Re: [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c Date: Wed, 28 Sep 2011 17:02:00 -0700 Message-ID: <20110929000200.GR12086@tux1.beaverton.ibm.com> References: <20110927221239.21653.17489.stgit@elm3c44.beaverton.ibm.com> <20110927221253.21653.28062.stgit@elm3c44.beaverton.ibm.com> <20110928035356.GA6671@gondor.apana.org.au> <20110928165133.GQ12086@tux1.beaverton.ibm.com> Reply-To: djwong@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Dilger , Theodore Tso , David Miller , Bob Pearson , linux-kernel , Mingming Cao , linux-crypto , linux-fsdevel , linux-ext4@vger.kernel.org To: Herbert Xu Return-path: Content-Disposition: inline In-Reply-To: <20110928165133.GQ12086@tux1.beaverton.ibm.com> Sender: linux-ext4-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Wed, Sep 28, 2011 at 09:51:45AM -0700, Darrick J. Wong wrote: > On Wed, Sep 28, 2011 at 01:53:59PM +1000, Herbert Xu wrote: > > On Tue, Sep 27, 2011 at 03:12:53PM -0700, Darrick J. Wong wrote: > > > Provide a big-endian version of crc32c for modules that want it. > > > > Who is going to use this? > > Well, I was using it for jbd2 ... but since you ask, it seems to work just as > well with crc32c-le, so I think I'll just drop the -be version. Drat, it's also missing the gen_crc32ctable program. Sorry for the noise; I'll resend it. With the -be parts stripped out I can remove all but the first patch, which cuts down the code changes considerably. --D