From owner-cvs-all Thu Jan 13 12:18:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A997315063; Thu, 13 Jan 2000 12:18:26 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93260; Thu, 13 Jan 2000 12:18:26 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200001132018.MAA93260@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Jan 2000 12:18:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs.h nfs_subs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 2000/01/13 12:18:26 PST Modified files: sys/nfs nfs.h nfs_subs.c Log: The alpha build cuases the 'nfsuid bloated' warning to occur. Well, there is nothing we can do about it. In fact, after further review there simply are not very many instances of the two structures NFS checks for 'bloat' so I've decided to simply rip the checks out entirely. Submitted by: Andrew Gallatin Revision Changes Path 1.53 +1 -13 src/sys/nfs/nfs.h 1.89 +1 -12 src/sys/nfs/nfs_subs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message