Skip to content

Commit

Permalink
Populate InitResponse.MaxWrite with the right constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Jun 24, 2016
1 parent 0dfaa72 commit b0373c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func initMount(c *Conn, conf *mountConfig) error {
s := &InitResponse{
Library: proto,
MaxReadahead: conf.maxReadahead,
MaxWrite: 128 * 1024,
MaxWrite: maxWrite,
Flags: InitBigWrites | conf.initFlags,
}
r.Respond(s)
Expand Down

0 comments on commit b0373c4

Please sign in to comment.