summaryrefslogtreecommitdiff
path: root/include/linux/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bcache.h')
-rw-r--r--include/linux/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcache.h b/include/linux/bcache.h
index ac3b8b4..f4c2f27 100644
--- a/include/linux/bcache.h
+++ b/include/linux/bcache.h
@@ -788,7 +788,7 @@ LE64_BITMASK(BCH_MEMBER_NR_WRITE_ERRORS,struct bch_member, flags[1], 20, 40);
#endif
enum bch_member_state {
- BCH_MEMBER_STATE_ACTIVE = 0,
+ BCH_MEMBER_STATE_RW = 0,
BCH_MEMBER_STATE_RO = 1,
BCH_MEMBER_STATE_FAILED = 2,
BCH_MEMBER_STATE_SPARE = 3,