diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/list.rs b/src/commands/list.rs index 33209995..757d6063 100644 --- a/src/commands/list.rs +++ b/src/commands/list.rs @@ -163,6 +163,7 @@ pub struct Cli { fn cmd_list_inner(opt: &Cli) -> anyhow::Result<()> { let mut fs_opts = bcachefs::bch_opts::default(); + opt_set!(fs_opts, noexcl, 1); opt_set!(fs_opts, nochanges, 1); opt_set!(fs_opts, read_only, 1); opt_set!(fs_opts, norecovery, 1); |