1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
Bala FA 1ad5fb8f76 posix: checkDiskFree() also checks free inodes. ()
Previously checkDiskFree() checks for free available space.  This
patch enables checkDiskFree() also checks for free inodes in linux and
free clusters in windows.

Fixes 
2016-07-03 22:34:45 -07:00
..