git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea43ddd
)
md: Don't try to set an array to 'read-auto' if it is already in that state.
author
NeilBrown
<neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
committer
NeilBrown
<neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
'read-auto' is a variant of 'readonly' which will switch to writable
on the first write attempt.
Calling do_md_stop to set the array readonly when it is already readonly
returns an error. So make sure not to do that.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found