All of lore.kernel.org
 help / color / mirror / Atom feed
* Digging into raid5.c and raid6main.c...
@ 2004-02-18  5:34 Nathan Lewis
  2004-02-24 22:25 ` H. Peter Anvin
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Lewis @ 2004-02-18  5:34 UTC (permalink / raw)
  To: linux-raid

I've decided to base my rs-raid work on 2.6, and thus raid5.c and 
raid6main.c.  I'm pretty sure I can utilize all the stripe buffer code 
pretty much verbatim, and most of the rework will need to be done to 
handle_stripe().  I've dug through most of it, updating things to 
correspond to m parity disks instead of 1 or 2.  However, I've encountered 
something strange.  From what I can tell, after a call to compute_block_1 
or compute_block_2, I assumed that all the data in the stripe (including 
parity) was valid.  However, around line 1270 in raid6main.c, 
compute_block_1 or 2 may be called, then immediately after the PRINTK, it 
calls compute_parity too.  Isn't this redundant somehow?  The logic that 
sets must_compute is also really complicated - can anyone explain this 
section to me?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-24 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-18  5:34 Digging into raid5.c and raid6main.c Nathan Lewis
2004-02-24 22:25 ` H. Peter Anvin

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.