mount: complete fix for freebsd
fix https://github.com/seaweedfs/seaweedfs/issues/6645
This commit is contained in:
8
weed/mount/weedfs_attr_freebsd.go
Normal file
8
weed/mount/weedfs_attr_freebsd.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package mount
|
||||
|
||||
import (
|
||||
"github.com/hanwen/go-fuse/v2/fuse"
|
||||
)
|
||||
|
||||
func setBlksize(out *fuse.Attr, size uint32) {
|
||||
}
|
||||
Reference in New Issue
Block a user