diff options
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/md_k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 4169c11e5451..200c69e34fc0 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
@@ -134,6 +134,9 @@ struct mdk_rdev_s | |||
134 | * only maintained for arrays that | 134 | * only maintained for arrays that |
135 | * support hot removal | 135 | * support hot removal |
136 | */ | 136 | */ |
137 | atomic_t read_errors; /* number of consecutive read errors that | ||
138 | * we have tried to ignore. | ||
139 | */ | ||
137 | }; | 140 | }; |
138 | 141 | ||
139 | typedef struct mdk_personality_s mdk_personality_t; | 142 | typedef struct mdk_personality_s mdk_personality_t; |