From 587f7f5a4765a76f9ea05159963d14f8967cb45b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 2 Jun 2024 21:06:30 -0400 Subject: cmd_list_journal: open with noexcl, so we can work on mounted filesystems Signed-off-by: Kent Overstreet --- c_src/cmd_list_journal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_list_journal.c b/c_src/cmd_list_journal.c index 9e913029..c15655c0 100644 --- a/c_src/cmd_list_journal.c +++ b/c_src/cmd_list_journal.c @@ -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); -- cgit v1.2.3