"Peter T. Breuer" wrote: > > "Paul Clements wrote:" > > That's OK, we don't need to know. We really just want to know if there > > are any outstanding writes for that chunk. We increment the chunk > > counter for every write and decrement it when the write finishes. Now, > > I agree. I modified the bitmap so that when a page can't be got to make > a mark on, then we count pending "writes" by summing one to a count > for every attempted write to the zone covered by the missing page > and subtracting one for every attempted clear. That sounds good. I'll have to merge up to 2.6...ugh...now I really need to put this all in CVS...I'm making some progress with the mmap stuff and I've got the code done for duplicating the buffers for the async writes to the backup devices. I'll need a pool of memory for that too, since I can't just fail in the middle of I/O... -- Paul - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html