From: Earl Manning <EManning@PRISMIQ.com>
To: linux-mtd@lists.infradead.org
Subject: issue with eraseall
Date: Wed, 2 Apr 2003 09:55:00 -0600 [thread overview]
Message-ID: <20030402095500.2672a730.EManning@PRISMIQ.com> (raw)
I am using the MTD stuff with a Samsung NAND chip and all is going well, except that I had to change a line in the eraseall program. As it turns out the clean marker written by the eraseall program puts sizeof( struct jffs2_unknown_node ) [12 bytes] into the totlen element. When jffs2 tries to mount the now blank partition, the cleanmarker check fails because the value is not 8.
In my implementation I just changed the value written by eraseall to be 8.
The offending pieces of code are:
util/eraseall.c:84
fs/jffs2/wbuf.c:671-675
Is there a better place to post this information?
Thanks,
Earl Manning
next reply other threads:[~2003-04-02 16:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-02 15:55 Earl Manning [this message]
2003-04-02 17:15 ` issue with eraseall Thomas Gleixner
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=20030402095500.2672a730.EManning@PRISMIQ.com \
--to=emanning@prismiq.com \
--cc=linux-mtd@lists.infradead.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