Trimmed a bit.

geesefs-0-30-9
Aaron Jacobs 2015-07-24 15:45:34 +10:00
parent 56758cb302
commit 1bb0fd4724
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ import (
"syscall"
)
// OS X appears to cap the size of writes to 1 MiB. This constant is also used
// for sizing receive buffers, so make it as small as it can be without
// limiting write sizes.
const maxWrite = 1 << 20
var errNoAvail = errors.New("no available fuse devices")
var errNotLoaded = errors.New("osxfusefs is not loaded")