git: NFS - Implement statvfs to take advantage of 64-bit fields
Alex Hornung
alexh at crater.dragonflybsd.org
Wed Aug 12 01:50:33 PDT 2009
commit 2ef35c61337e4c7a147da41391628f26823da352
Author: Alex Hornung <ahornung at gmail.com>
Date: Tue Aug 11 23:33:20 2009 +0100
NFS - Implement statvfs to take advantage of 64-bit fields
* Implement statvfs vfsop to take advantage of statvfs' 64-bit fields
instead of statfs 32-bit fields.
This also solves an issue which caused incorrect display of space
for large NFS mounts.
Dragonfly-Bug: http://bugs.dragonflybsd.org/issue1401
Reported-By: Simon "corecode" Schubert
Summary of changes:
sys/vfs/nfs/nfs_vfsops.c | 105 ++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 93 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2ef35c61337e4c7a147da41391628f26823da352
--
DragonFly BSD source repository
More information about the Commits
mailing list