Commit 3585c6cf authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add DefaultFile to MutableDataFile in FSetAttrFs

parent af35082e
...@@ -10,6 +10,8 @@ import ( ...@@ -10,6 +10,8 @@ import (
) )
type MutableDataFile struct { type MutableDataFile struct {
DefaultFile
data []byte data []byte
os.FileInfo os.FileInfo
GetAttrCalled bool GetAttrCalled bool
......
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