diff options
author | NeilBrown <neilb@suse.de> | 2009-09-23 04:10:29 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-09-23 04:10:29 -0400 |
commit | 3fa841d7e7266f6fcc1b3885b905f5153ba897d8 (patch) | |
tree | 7afa971a10eddcf52787340ea43fa1e910b5805b /drivers/md/raid5.c | |
parent | 0da3c6194ec2f32617b272df4505a1cf022faea5 (diff) |
md: report device as congested when suspended
This should writeback from coming when the device is temporarily
suspended.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid5.c')
-rw-r--r-- | drivers/md/raid5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index bee3573ed1bd..9db84c98a41d 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -3332,6 +3332,9 @@ static int raid5_congested(void *data, int bits) | |||
3332 | /* No difference between reads and writes. Just check | 3332 | /* No difference between reads and writes. Just check |
3333 | * how busy the stripe_cache is | 3333 | * how busy the stripe_cache is |
3334 | */ | 3334 | */ |
3335 | |||
3336 | if (mddev_congested(mddev, bits)) | ||
3337 | return 1; | ||
3335 | if (conf->inactive_blocked) | 3338 | if (conf->inactive_blocked) |
3336 | return 1; | 3339 | return 1; |
3337 | if (conf->quiesce) | 3340 | if (conf->quiesce) |