diff options
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 7b1121748633..b41fdfe0f4b8 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h | |||
@@ -84,6 +84,7 @@ enum { | |||
84 | DEVFL_PAUSE = (1<<5), | 84 | DEVFL_PAUSE = (1<<5), |
85 | DEVFL_NEWSIZE = (1<<6), /* need to update dev size in block layer */ | 85 | DEVFL_NEWSIZE = (1<<6), /* need to update dev size in block layer */ |
86 | DEVFL_MAXBCNT = (1<<7), /* d->maxbcnt is not changeable */ | 86 | DEVFL_MAXBCNT = (1<<7), /* d->maxbcnt is not changeable */ |
87 | DEVFL_KICKME = (1<<8), | ||
87 | 88 | ||
88 | BUFFL_FAIL = 1, | 89 | BUFFL_FAIL = 1, |
89 | }; | 90 | }; |