diff options
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_k.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 002ee631fabb..c0d3097846a7 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
| @@ -151,6 +151,10 @@ struct mddev_s | |||
| 151 | sector_t resync_mismatches; /* count of sectors where | 151 | sector_t resync_mismatches; /* count of sectors where |
| 152 | * parity/replica mismatch found | 152 | * parity/replica mismatch found |
| 153 | */ | 153 | */ |
| 154 | |||
| 155 | /* allow user-space to request suspension of IO to regions of the array */ | ||
| 156 | sector_t suspend_lo; | ||
| 157 | sector_t suspend_hi; | ||
| 154 | /* if zero, use the system-wide default */ | 158 | /* if zero, use the system-wide default */ |
| 155 | int sync_speed_min; | 159 | int sync_speed_min; |
| 156 | int sync_speed_max; | 160 | int sync_speed_max; |
