]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
md: 'sync_action' in sysfs returns wrong value for readonly arrays
authorNeilBrown <neilb@suse.de>
Wed, 17 Oct 2007 06:30:53 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:03 +0000 (08:43 -0700)
commit2b12ab6d33f413aabb623197eeecaad5c216e6ae
tree5fffaf905d8495d54bfb82fc6be080c3b292e391
parent8299d7f7c067a30a67ad359d416128c4ff57dcd1
md: 'sync_action' in sysfs returns wrong value for readonly arrays

When an array is started read-only, MD_RECOVERY_NEEDED can be set but no
recovery will be running.  This causes 'sync_action' to report the wrong
value.

We could remove the test for MD_RECOVERY_NEEDED, but doing so would leave a
small gap after requesting a sync action, where 'sync_action' would still
report the old value.

So make sure that for a read-only array, 'sync_action' always returns 'idle'.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/md.c