diff options
-rw-r--r-- | fs/bcachefs/opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 31a3abcbd83e..f8828f4699c7 100644 --- a/fs/bcachefs/opts.h +++ b/fs/bcachefs/opts.h @@ -539,7 +539,7 @@ enum fsck_err_opts { "n", "Data written to this device will be considered\n"\ "to have already been replicated n times") \ x(data_allowed, u8, \ - OPT_DEVICE, \ + OPT_DEVICE|OPT_FORMAT, \ OPT_BITFIELD(__bch2_data_types), \ BCH_MEMBER_DATA_ALLOWED, BIT(BCH_DATA_journal)|BIT(BCH_DATA_btree)|BIT(BCH_DATA_user),\ "types", "Allowed data types for this device: journal, btree, and/or user")\ |