Skip to content

Commit

Permalink
fix(bin/ofs): ofs read only mount (apache#4602)
Browse files Browse the repository at this point in the history
fix: ofs read only mount
  • Loading branch information
ho-229 authored and George-Miao committed Jun 5, 2024
1 parent 3073f3c commit d0c17fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/ofs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async fn execute_inner(args: Args) -> Result<()> {
mount_option.uid(uid.into());
mount_option.gid(gid.into());
mount_option.no_open_dir_support(true);
mount_option.read_only(true);

let adapter = fuse::Fuse::new(args.backend, uid.into(), gid.into());

Expand Down

0 comments on commit d0c17fc

Please sign in to comment.