rclone/cmd/mountlib
Nick Craig-Wood 174ca22936 mount,cmount: clip the number of blocks to 2^32-1 on macOS
OSX FUSE only supports 32 bit number of blocks which means that block
counts have been wrapping.  This causes f_bavail to be 0 which in turn
causes problems with programs like borg backup.

Fixes #2356
2018-08-26 17:32:59 +01:00
..
mounttest all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
daemon_unix.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
daemon.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
mount.go mount,cmount: clip the number of blocks to 2^32-1 on macOS 2018-08-26 17:32:59 +01:00