From owner-cvs-all Sun Nov 8 23:00:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19462 for cvs-all-outgoing; Sun, 8 Nov 1998 23:00:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19455; Sun, 8 Nov 1998 23:00:12 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07417; Sun, 8 Nov 1998 23:00:15 -0800 (PST) Date: Sun, 8 Nov 1998 23:00:15 -0800 (PST) Message-Id: <199811090700.XAA07417@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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