commit | 19052c0e85a3e9d3b7d190b29fcdbf0e6c105381 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Aug 05 15:54:13 2008 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue Aug 05 15:56:31 2008 +1000 |
tree | 6f61eacfe7ade13f0bf06adba5efac052e1038c0 | |
parent | 2b12a4c524812fb3f6ee590a02e65b95c8c32229 [diff] |
Make writes to md/safe_mode_delay immediately effective. If we reduce the 'safe_mode_delay', it could still wait for the old delay to completely expire before doing anything about safe_mode. Thus the effect if the change is delayed. To make the effect more immediate, run the timeout function immediately if the delay was reduced. This may cause it to run slightly earlier that required, but that is the safer option. Signed-off-by: NeilBrown <neilb@suse.de>