From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bob Copeland" Subject: Re: [PATCH 6/7] omfs: add checksumming routines Date: Thu, 27 Mar 2008 10:34:07 -0400 Message-ID: References: <1206578760-9050-6-git-send-email-me@bobcopeland.com> <20080327164114.6c9fc82c.vsu@altlinux.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, harvey.harrison@gmail.com To: "Sergey Vlasov" Return-path: In-Reply-To: <20080327164114.6c9fc82c.vsu@altlinux.ru> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Mar 27, 2008 at 9:41 AM, Sergey Vlasov wrote: > On Wed, 26 Mar 2008 20:45:59 -0400 Bob Copeland wrote: > > +static u16 omfs_crc(u16 crc, unsigned char *buf, int count) > > Is this the same as crc_itu_t() from lib/crc-itu-t.c (also duplicated > in fs/udf/crc.c)? Ah, thanks, that is the one. I'll update the patch. -Bob