Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2011 01:35:52 +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:  <201105190136.p4J1aCJi085260@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-05-19 01:35:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clport.c 
  Log:
  SVN rev 222088 on 2011-05-19 01:35:52Z by rmacklem
  
  MFC: r221467
  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.
  
  Revision  Changes    Path
  1.5.2.13  +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?201105190136.p4J1aCJi085260>