Files
linux/drivers
NeilBrown 7a91ee1f62 md: don't update curr_resync_completed without also updating reshape_position.
In order for the metadata to always be consistent, we mustn't updated
curr_resync_completed without also updating reshape_position.

The reshape code updates both at the same time.  However since
commit 97e4f42d62
the common md_do_sync will sometimes update curr_resync_completed
but is not in a position to update reshape_position.
So if MD_RECOVERY_RESHAPE is set (indicating that a reshape is
happening, so reshape_position might change), don't update
curr_resync_completed in md_do_sync, leave it to the per-personality
reshape code.

Signed-off-by: NeilBrown <neilb@suse.de>
2009-05-26 12:57:21 +10:00
..
2009-05-22 07:30:41 -07:00
2009-04-21 13:41:51 -07:00
2009-05-18 08:36:21 -07:00
2009-04-14 19:46:19 -07:00
2009-05-22 21:47:52 -07:00
2009-04-05 00:32:22 +02:00