看板 DFBSD_commit 關於我們 聯絡資訊
commit 2ef35c61337e4c7a147da41391628f26823da352 Author: Alex Hornung <ahornung@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