예제 #1
0
파일: fsmount.go 프로젝트: y-okubo/go-fuse
func (m *fileSystemMount) setOwner(attr *fuse.Attr) {
	if m.options.Owner != nil {
		attr.Owner = *(*fuse.Owner)(m.options.Owner)
	}
}