Set InitWritebackCache.

geesefs-0-30-9
Aaron Jacobs 2015-08-11 05:54:41 +00:00
parent c7ea480a5c
commit df888905ab
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ func (c *Connection) Init() (err error) {
// Tell the kernel not to use pitifully small 4 KiB writes.
initOp.Flags |= fusekernel.InitBigWrites
// TODO(jacobsa): Add comments motivating this.
initOp.Flags |= fusekernel.InitWritebackCache
c.Reply(ctx, nil)
return
}