K 10 svn:author V 5 peter K 8 svn:date V 27 2003-04-24T20:36:32.000000Z K 7 svn:log V 335 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. END