Commit 22c5b466 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a bug.

parent 75e9eb21
......@@ -922,6 +922,8 @@ type InternalStatFSOp struct {
func (o *InternalStatFSOp) kernelResponse() (msg []byte) {
buf := fuseshim.NewBuffer(unsafe.Sizeof(fusekernel.StatfsOut{}))
buf.Alloc(unsafe.Sizeof(fusekernel.StatfsOut{}))
msg = buf
return
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment