commit | d97a41dc9c44f5829b7af7aa69fda10fd82b6b4e | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Oct 28 17:30:20 2010 +1100 |
committer | NeilBrown <neilb@suse.de> | Thu Oct 28 17:30:20 2010 +1100 |
tree | 4a834cce291edf6798f57d925a6134c287de974d | |
parent | 12ba8d1e9262ce81a695795410bd9ee5c9407ba1 [diff] |
md: Fix regression with raid1 arrays without persistent metadata. A RAID1 which has no persistent metadata, whether internal or external, will hang on the first write. This is caused by commit 070dc6dd7103b6b3f7e4d46e754354a5c15f366e In that case, MD_CHANGE_PENDING never gets cleared. So during md_update_sb, is neither persistent or external, clear MD_CHANGE_PENDING. This is suitable for 2.6.36-stable. Signed-off-by: NeilBrown <neilb@suse.de> Cc: stable@kernel.org