can attr root directory

This commit is contained in:
chrislu
2022-02-12 01:54:16 -08:00
parent 180445f5a8
commit f4d88862c4
5 changed files with 218 additions and 5 deletions

View 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
}