public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@charter.net>
To: linux-kernel@vger.kernel.org
Subject: cramfs crc?
Date: 22 Aug 2003 20:32:54 -0500	[thread overview]
Message-ID: <1061602374.2003.15.camel@yoda> (raw)

the cramfs_info structure contains a u32 crc field, but it is never used
in the kernel.  the mkcramfs tool calculates a crc on the whole fs image
and then embeddeds this crc into the image file.

why is this never checked in the kernel?  it could be recalculated at
mount time and compared the the embedded crc.  if a mismatch is
detected, the mount could simply fail.

is there a reason this isn't done, or is it that nobody thought it would
be useful?


thx,
jb


                 reply	other threads:[~2003-08-23  1:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1061602374.2003.15.camel@yoda \
    --to=jwboyer@charter.net \
    --cc=linux-kernel@vger.kernel.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox