mirror of
https://github.com/rclone/rclone.git
synced 2025-02-14 21:23:01 +02:00
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