diff options
Diffstat (limited to 'libbcachefs/opts.h')
-rw-r--r-- | libbcachefs/opts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/opts.h b/libbcachefs/opts.h index 71ebace7..3b051e7a 100644 --- a/libbcachefs/opts.h +++ b/libbcachefs/opts.h @@ -265,6 +265,11 @@ enum opt_type { OPT_BOOL(), \ NO_SB_OPT, false, \ NULL, "Don't free journal entries/keys after startup")\ + x(read_entire_journal, u8, \ + 0, \ + OPT_BOOL(), \ + NO_SB_OPT, false, \ + NULL, "Read all journal entries, not just dirty ones")\ x(noexcl, u8, \ OPT_MOUNT, \ OPT_BOOL(), \ |