NeilBrown 9744197c3d md: Don't wait UNINTERRUPTIBLE for other resync to finish
When two md arrays share some block device (e.g each uses different
partitions on the one device), a resync of one array will wait for
the resync on the other to finish.

This can be a long time and as it currently waits TASK_UNINTERRUPTIBLE,
the softlockup code notices and complains.

So use TASK_INTERRUPTIBLE instead and make sure to flush signals
before calling schedule.

Signed-off-by: NeilBrown <neilb@suse.de>
2008-09-19 11:49:54 +10:00
..
2008-09-13 16:43:20 -04:00
2008-07-24 10:47:41 -07:00
2008-08-18 21:40:04 +02:00
2008-08-19 18:47:56 +02:00
2008-07-25 10:53:30 -07:00
2008-08-15 11:50:15 -07:00
2008-08-26 00:19:28 +10:00
2008-09-16 19:35:05 -07:00
2008-07-26 12:00:11 -07:00
2008-09-02 19:21:40 -07:00
2008-08-04 12:51:06 +09:00
2008-09-13 14:41:52 -07:00
2008-08-13 17:33:00 -07:00