mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
cmd_list: open with noxcl
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
bc5d903fda
commit
7a98f526b5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user