commit | b821eaa572fd737faaf6928ba046e571526c36c6 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Mar 29 11:18:15 2010 +1100 |
committer | NeilBrown <neilb@suse.de> | Tue May 18 15:27:53 2010 +1000 |
tree | 0db462a3c7da3dbf42d28e2483a27d78839b4589 | |
parent | 49ce6cea85fb8d25ee59486c919406e9cecf1762 [diff] |
md: remove ->changed and related code. We set ->changed to 1 and call check_disk_change at the end of md_open so that bd_invalidated would be set and thus partition rescan would happen appropriately. Now that we call revalidate_disk directly, which sets bd_invalidates, that indirection is no longer needed and can be removed. Signed-off-by: NeilBrown <neilb@suse.de>