From: NeilBrown Date: Wed, 9 Nov 2005 05:39:42 +0000 (-0800) Subject: [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful X-Git-Tag: v2.6.15-rc1~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9d49cac46f5758d513ccf831b599dd4412546f;p=pandora-kernel.git [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful The 'auto-readonly' flag (which suppresses resync and superblock updates until the first write) is not meaningful for personalities that don't support resync or superblock writes (raid0, linear, etc). So clear the setting early to avoid it confusing anything - e.g. appearing in /proc/mdstat Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed