From: Derrick Brashear Date: Fri, 22 Aug 2008 20:27:00 +0000 (+0000) Subject: STABLE14-darwin-fake-afs-bigger-20080822 X-Git-Tag: openafs-stable-1_4_8pre1~23 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e9cfed1f6b5d1905f02029a7943710135dc52df3;p=packages%2Fo%2Fopenafs.git STABLE14-darwin-fake-afs-bigger-20080822 LICENSE IPL10 FIXES 112564 set up max uint64 "free" in afs so finder isn't dumb. (cherry picked from commit 186f707378ce0c04705170743cbc67ff44e1c93f) --- diff --git a/src/afs/DARWIN/osi_vfsops.c b/src/afs/DARWIN/osi_vfsops.c index 0cb81dd15..48fe6e4f0 100644 --- a/src/afs/DARWIN/osi_vfsops.c +++ b/src/afs/DARWIN/osi_vfsops.c @@ -383,7 +383,7 @@ afs_statfs(struct mount *mp, STATFS_TYPE *abp, CTX_TYPE ctx) abp->f_blocks = abp->f_bfree = abp->f_bavail = abp->f_files = abp->f_ffree = #ifdef AFS_DARWIN80_ENV - 2147483648 + 0xffffffffffffffff #else 2000000 #endif