diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-28 20:36:50 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-29 22:18:18 -0400 |
commit | 7a98f526b52e0ad9a13c77edd1fda528e23640da (patch) | |
tree | 46b720c3e2c5c7f2e1f775deb4ea2dcde91d8f53 /src | |
parent | bc5d903fdae933fad017d370764e2ae38d58b42d (diff) |
cmd_list: open with noxcl
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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); |