diff options
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index 2293015de1..93678f57cc 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h | |||
| @@ -200,7 +200,7 @@ struct stripe_head { | |||
| 200 | struct stripe_head_state { | 200 | struct stripe_head_state { |
| 201 | int syncing, expanding, expanded; | 201 | int syncing, expanding, expanded; |
| 202 | int locked, uptodate, to_read, to_write, failed, written; | 202 | int locked, uptodate, to_read, to_write, failed, written; |
| 203 | int compute, req_compute, non_overwrite; | 203 | int to_fill, compute, req_compute, non_overwrite; |
| 204 | int failed_num; | 204 | int failed_num; |
| 205 | }; | 205 | }; |
| 206 | 206 | ||
