All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Nicolas Pitre <nico@cam.org>
Cc: Vipin Malik <vipin.malik@daniel.com>,
	Xavier DEBREUIL <xde@inventel.fr>,
	linux-mtd@lists.infradead.org
Subject: Re: root jffs2
Date: Wed, 13 Jun 2001 22:35:32 +0100	[thread overview]
Message-ID: <24263.992468132@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0106131645450.23397-100000@xanadu.home>


nico@cam.org said:
>  If a sector is empty, it is simply put in the queue for signature
> stamping. 

It's easier to erase it again than prove it's empty. Reading the whole 
thing ten times wasn't sufficient - an improperly erased bit could return a 
zero on the eleventh read, after the whole device was reading 0xFF on the ten 
previous reads.

The erases aren't done synchronously - they're done in the background. They 
shouldn't hold the mount up. I suspect the patch you committed will make it 
start failing Vipin's powerfail tests again.

--
dwmw2

  parent reply	other threads:[~2001-06-13 21:30 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-13  9:53 root jffs2 Xavier DEBREUIL
2001-06-13 13:21 ` Xavier DEBREUIL
2001-06-13 13:46   ` David Woodhouse
2001-06-13 14:00     ` Xavier DEBREUIL
2001-06-13 15:02 ` Vipin Malik
2001-06-13 15:21   ` Nicolas Pitre
2001-06-13 15:32     ` Vipin Malik
2001-06-13 15:45       ` Nicolas Pitre
2001-06-13 15:50         ` David Woodhouse
2001-06-13 15:45       ` David Woodhouse
2001-06-13 15:56         ` Nicolas Pitre
2001-06-13 16:04         ` Vipin Malik
2001-06-13 16:08           ` Nicolas Pitre
2001-06-13 16:11             ` David Woodhouse
2001-06-13 16:20               ` Nicolas Pitre
2001-06-13 16:24               ` Vipin Malik
2001-06-13 16:31                 ` Nicolas Pitre
2001-06-13 16:33                   ` David Woodhouse
2001-06-13 16:45                     ` Nicolas Pitre
2001-06-13 18:42                       ` Vipin Malik
2001-06-13 20:48               ` Nicolas Pitre
2001-06-13 20:58                 ` Vipin Malik
2001-06-13 21:12                   ` Nicolas Pitre
2001-06-13 21:42                     ` Vipin Malik
2001-06-13 23:08                       ` Nicolas Pitre
2001-06-14 14:37                         ` Vipin Malik
2001-06-13 21:35                 ` David Woodhouse [this message]
2001-06-13 16:10           ` David Woodhouse

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=24263.992468132@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=nico@cam.org \
    --cc=vipin.malik@daniel.com \
    --cc=xde@inventel.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.