You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If fusermount4 introduces a new calling convention (typically, this is what you introduce a new version number for!), then this would fail in mysterious ways, so I think this is best left alone.
Current behavior:
fusermount3
,fusermount
Suggested behavior:
fusermountN
withN
= any integer and use the highest onefusermount
Advantage:
Exisitng binaries will continue to work once there will be
fusermount4
instead offusermount3
.go-fuse/fuse/mount_linux.go
Lines 225 to 232 in 934a183
References:
The text was updated successfully, but these errors were encountered: