Subject: Re: Why my life is sucking. Part 2.
To: Greg Oster <oster@cs.usask.ca>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 01/18/2001 19:49:28
Greg Oster <oster@cs.usask.ca> writes:

> Since having incorrect parity isn't the "normal mode of operation",
> the question becomes "how expensive is the test to see whether or
> not we need to fix the parity on demand?"  Given all the other stuff
> that goes on, it actually might not be *that* expensive to do...

Don't know anything about how rf works, but can't you just keep an
array of bits, one for each stripe (or whatever the smallest unit is
called), marking if that stripe is clean or not, and then fix the
parity if it's not marked clean.

/Johan