diff options
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/raid5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index 4ecae31a3dcb..1301195abf4b 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h | |||
@@ -263,7 +263,6 @@ struct r6_state { | |||
263 | #define STRIPE_OP_BIODRAIN 3 | 263 | #define STRIPE_OP_BIODRAIN 3 |
264 | #define STRIPE_OP_POSTXOR 4 | 264 | #define STRIPE_OP_POSTXOR 4 |
265 | #define STRIPE_OP_CHECK 5 | 265 | #define STRIPE_OP_CHECK 5 |
266 | #define STRIPE_OP_IO 6 | ||
267 | 266 | ||
268 | /* modifiers to the base operations | 267 | /* modifiers to the base operations |
269 | * STRIPE_OP_MOD_REPAIR_PD - compute the parity block and write it back | 268 | * STRIPE_OP_MOD_REPAIR_PD - compute the parity block and write it back |