Skip to content

Commit

Permalink
Use default settings for extended attributes support
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Fishman <alex@fuse-t.org>
  • Loading branch information
macos-fuse-t authored and stapelberg committed Dec 12, 2023
1 parent 6031ecf commit 2b0495a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mount_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ func mountFuset(
env := []string{}
argv := []string{
fmt.Sprintf("--rwsize=%d", buffer.MaxWriteSize),
"--namedattr=false",
}

if cfg.VolumeName != "" {
Expand Down

0 comments on commit 2b0495a

Please sign in to comment.