Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 00:11:09 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clport.c
Message-ID:  <201105050011.p450BRrN063496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-05-05 00:11:09 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clport.c 
  Log:
  SVN rev 221467 on 2011-05-05 00:11:09Z by rmacklem
  
  Fix the new NFS client so that it handles the 64bit fields
  that are now in "struct statfs" for NFSv3 and NFSv4. Since
  the ffiles value is uint64_t on the wire, I clip the value
  to INT64_MAX to avoid setting f_ffree negative.
  
  Tested by:      kib
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.21      +23 -11    src/sys/fs/nfsclient/nfs_clport.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105050011.p450BRrN063496>