diff options
Diffstat (limited to 'libbcachefs/opts.h')
-rw-r--r-- | libbcachefs/opts.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libbcachefs/opts.h b/libbcachefs/opts.h index f2ce0e5f..a20a09ee 100644 --- a/libbcachefs/opts.h +++ b/libbcachefs/opts.h @@ -288,7 +288,12 @@ enum opt_type { OPT_UINT(0, BCH_REPLICAS_MAX), \ NO_SB_OPT, 1, \ "n", "Data written to this device will be considered\n"\ - "to have already been replicated n times") + "to have already been replicated n times") \ + x(new_inode_updates, u8, \ + OPT_MOUNT, \ + OPT_BOOL(), \ + NO_SB_OPT, false, \ + NULL, "Enable new btree write-cache for inode updates") struct bch_opts { |