mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
cmd_list_journal: open with noexcl, so we can work on mounted filesystems
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
cafd2226a2
commit
587f7f5a47
@ -217,6 +217,7 @@ int cmd_list_journal(int argc, char *argv[])
|
||||
d_btree_id key_filter = { 0 };
|
||||
int opt;
|
||||
|
||||
opt_set(opts, noexcl, true);
|
||||
opt_set(opts, nochanges, true);
|
||||
opt_set(opts, norecovery, true);
|
||||
opt_set(opts, read_only, true);
|
||||
|
Loading…
Reference in New Issue
Block a user