can attr root directory
This commit is contained in:
9
weed/mount/weedfs_attr_linux.go
Normal file
9
weed/mount/weedfs_attr_linux.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package mount
|
||||
|
||||
import (
|
||||
"github.com/hanwen/go-fuse/v2/fuse"
|
||||
)
|
||||
|
||||
func setBlksize(out *fuse.Attr, size uint32) {
|
||||
out.Blksize = size
|
||||
}
|
||||
Reference in New Issue
Block a user