git: kernel - Fix maximum file size limit for NFSv3

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jan 13 20:58:51 PST 2011


commit 5f73a1d12e3e9812e47ea4d962ac846c69aa6b93
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jan 13 20:56:05 2011 -0800

    kernel - Fix maximum file size limit for NFSv3
    
    * Remove throwback from an older era where the buffer cache used 32 bit
      block numbers.
    
    * Maximum file size for NFSv3 is not 2^63-1
    
    Reported-by: Rick Macklem <rmacklem at uoguelph.ca>

Summary of changes:
 sys/vfs/nfs/nfs_vfsops.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5f73a1d12e3e9812e47ea4d962ac846c69aa6b93


-- 
DragonFly BSD source repository





More information about the Commits mailing list