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

md: use interruptible wait when duration is controlled by userspace.



User space can set various limits on an md array so that resync waits
when it gets to a certain point, or so that I/O is blocked for a short
while.
When md is waiting against one of these limit, it should use an
interruptible wait so as not to add to the load average, and so are
not to trigger a warning if the wait goes on for too long.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent a5c308d4
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