Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 1998 23:00:15 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_bio.c nfs_subs.c nfs_vnops.c
Message-ID:  <199811090700.XAA07417@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/11/08 23:00:15 PST

  Modified files:
    sys/nfs              nfs_bio.c nfs_subs.c nfs_vnops.c 
  Log:
  Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
  second argument.  np_size is a 64 bit int, so is the second arg.  This
  might have caused needless 2G/4G file size problems.
  
  I believe it was Bruce who queried this.
  
  Revision  Changes    Path
  1.63      +2 -2      src/sys/nfs/nfs_bio.c
  1.67      +3 -3      src/sys/nfs/nfs_subs.c
  1.111     +4 -4      src/sys/nfs/nfs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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