Commit df888905 authored by Aaron Jacobs's avatar Aaron Jacobs

Set InitWritebackCache.

parent c7ea480a
......@@ -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
}
......
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