Re: [PATCH 02/19] raid5: move write operations to a workqueue

2006-09-11 Thread Jeff Garzik
Dan Williams wrote: From: Dan Williams <[EMAIL PROTECTED]> Enable handle_stripe5 to pass off write operations to raid5_do_soft_blocks_ops (which can be run as a workqueue). The operations moved are reconstruct-writes and read-modify-writes formerly handled by compute_parity5. Changelog: * move

[PATCH 02/19] raid5: move write operations to a workqueue

2006-09-11 Thread Dan Williams
From: Dan Williams <[EMAIL PROTECTED]> Enable handle_stripe5 to pass off write operations to raid5_do_soft_blocks_ops (which can be run as a workqueue). The operations moved are reconstruct-writes and read-modify-writes formerly handled by compute_parity5. Changelog: * moved raid5_do_soft_block_