diff options
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/raid5.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index f0827d31ae6f..4ecae31a3dcb 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h | |||
@@ -267,10 +267,8 @@ struct r6_state { | |||
267 | 267 | ||
268 | /* modifiers to the base operations | 268 | /* modifiers to the base operations |
269 | * STRIPE_OP_MOD_REPAIR_PD - compute the parity block and write it back | 269 | * STRIPE_OP_MOD_REPAIR_PD - compute the parity block and write it back |
270 | * STRIPE_OP_MOD_DMA_CHECK - parity is not corrupted by the check | ||
271 | */ | 270 | */ |
272 | #define STRIPE_OP_MOD_REPAIR_PD 7 | 271 | #define STRIPE_OP_MOD_REPAIR_PD 7 |
273 | #define STRIPE_OP_MOD_DMA_CHECK 8 | ||
274 | 272 | ||
275 | /* | 273 | /* |
276 | * Plugging: | 274 | * Plugging: |