aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/bazil.org/fuse/fuse_linux.go
blob: 5fb96f9ae942443219523d8b8aca93f6488dd2ab (plain) (tree)
1
2
3
4
5
6
7






                                                                      
package fuse

// Maximum file write size we are prepared to receive from the kernel.
//
// Linux 4.2.0 has been observed to cap this value at 128kB
// (FUSE_MAX_PAGES_PER_REQ=32, 4kB pages).
const maxWrite = 128 * 1024