LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Bob Copeland <me@bobcopeland.com>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 6/7] omfs: add checksumming routines
Date: Thu, 27 Mar 2008 08:24:04 -0400 [thread overview]
Message-ID: <20080327122404.GB10265@hash.localnet> (raw)
In-Reply-To: <1206580921.24940.8.camel@brick>
On Wed, Mar 26, 2008 at 06:22:01PM -0700, Harvey Harrison wrote:
> > +/*
> > + * crc-ccitt with MSB first (i.e., backwards), so we can't use the
> > + * kernel table as-is.
> > + */
>
> Why not just add a be-bitwise table, similar to the crc32_le and
> crc32_be implementation.
Yeah, that is probably a better idea. I didn't do it before since
this lived outside the tree and I didn't want to patch the kernel.
Will that add 1k for everyone?
--
Bob Copeland %% www.bobcopeland.com
next prev parent reply other threads:[~2008-03-27 12:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-27 0:45 Bob Copeland
2008-03-27 1:22 ` Harvey Harrison
2008-03-27 12:24 ` Bob Copeland [this message]
2008-03-27 13:41 ` Sergey Vlasov
2008-03-27 14:34 ` Bob Copeland
2008-03-30 3:30 ` Bob Copeland
2008-04-12 22:58 Bob Copeland
2008-04-13 8:09 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080327122404.GB10265@hash.localnet \
--to=me@bobcopeland.com \
--cc=harvey.harrison@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH 6/7] omfs: add checksumming routines' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).