diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-01 01:45:15 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-08 02:34:33 -0900 |
commit | 06b73dbd7ffc0296b2ecea8d3bc55bfeb72d7f2a (patch) | |
tree | 1ba37985a18eb2d9a9616ee160c82339e23e2160 /include/linux/bcache.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migratedisk-format-changes
Diffstat (limited to 'include/linux/bcache.h')
-rw-r--r-- | include/linux/bcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcache.h b/include/linux/bcache.h index dbb0274..d70e2e3 100644 --- a/include/linux/bcache.h +++ b/include/linux/bcache.h @@ -821,7 +821,7 @@ struct bch_sb_field { __le32 type; }; -enum bch_sb_field_types { +enum bch_sb_field_type { BCH_SB_FIELD_journal = 0, BCH_SB_FIELD_members = 1, BCH_SB_FIELD_crypt = 2, |