From: NeilBrown Date: Mon, 29 Mar 2010 00:18:15 +0000 (+1100) Subject: md: remove ->changed and related code. X-Git-Tag: v2.6.35-rc1~440^2~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b821eaa572fd737faaf6928ba046e571526c36c6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed