Skip to content
Commit 1b30e66f authored by NeilBrown's avatar NeilBrown
Browse files

md: minor cleanup in safe_delay_store.



There isn't really much room for races with ->safemode_delay.
But as I am trying to clean up any racy code and will soon
be removing reconfig_mutex protection from most _store()
functions:
 - only set mddev->safemode_delay once, to ensure no code
   can see an intermediate value
 - use safemode_timer to call md_safemode_timeout() rather than
   calling it directly, to ensure it never races with itself.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 4af1a041
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment