From owner-cvs-all Sat Jan 8 8:20:11 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 6B18014EE9; Sat, 8 Jan 2000 08:20:07 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51641; Sat, 8 Jan 2000 08:20:07 -0800 (PST) (envelope-from eivind@FreeBSD.org) Message-Id: <200001081620.IAA51641@freefall.freebsd.org> From: Eivind Eklund Date: Sat, 8 Jan 2000 08:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys namei.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 2000/01/08 08:20:06 PST Modified files: sys/kern vfs_subr.c sys/sys namei.h Log: Change NDFREE() from a macro to a function for the time being; the macro version caused intolerable bloat (30k). I'm likely to revisit this with an attempt at a smarter macro. Bloat noticed by: bde Revision Changes Path 1.243 +35 -1 src/sys/kern/vfs_subr.c 1.29 +2 -37 src/sys/sys/namei.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message