cvs commit: src/sys/nfsclient nfs_vfsops.c
David Schultz
das at FreeBSD.ORG
Fri Apr 25 10:59:12 PDT 2003
On Thu, Apr 24, 2003, Peter Wemm wrote:
> peter 2003/04/24 13:36:32 PDT
>
> FreeBSD src repository
>
> Modified files:
> sys/nfsclient nfs_vfsops.c
> Log:
> Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client
> machines where the 'long' number of blocks in struct statfs wont fit.
> Instead of chosing an artificial 512 byte block size, simply scale it up
> until we avoid an overflow. NFSv3 reports the sizes in bytes, and the
> blocksize is a figment of nfsclient's imagination.
I think you may have also meant:
PR: kern/18874
(The PR can probably be closed now.)
More information about the cvs-src
mailing list