Re: [PATCH 004 of 006] raid5: Move read completion copies to a work queue

2006-06-29 Thread Dan Williams
Minor refresh to make 'biofill' go through a test_and_clear_bit check before performing the copy. Which is important for the hardware offload implementation where operations might need to be retried until DMA resources are available. - This patch moves the data copying portion of

[PATCH 004 of 006] raid5: Move read completion copies to a work queue

2006-06-28 Thread Dan Williams
This patch moves the data copying portion of satisfying read requests into the work queue. It adds a 'read' (past tense) pointer to the r5dev structure to to track reads that have been offloaded to the work queue. When the copy operation is complete the 'read' pointer is reused as the return_bi