From owner-cvs-all Mon Oct 9 13: 6:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CA0D37B502; Mon, 9 Oct 2000 13:06:14 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14574; Mon, 9 Oct 2000 13:06:14 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200010092006.NAA14574@freefall.freebsd.org> From: Chris Costello Date: Mon, 9 Oct 2000 13:06:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fdesc fdesc.h fdesc_vfsops.c fdesc_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/10/09 13:06:14 PDT Modified files: sys/miscfs/fdesc fdesc.h fdesc_vfsops.c fdesc_vnops.c Log: o Move from Alfred Perstein's "exclusion" technique of handling special file types to requiring all file types to properly implement fo_stat. This makes any new file type additions much easier as this code no longer has to be modified to accomodate it. o Instead of using curproc in fdesc_allocvp, pass a `struct proc' pointer as a new fifth parameter. Revision Changes Path 1.14 +3 -2 src/sys/miscfs/fdesc/fdesc.h 1.23 +2 -2 src/sys/miscfs/fdesc/fdesc_vfsops.c 1.62 +56 -77 src/sys/miscfs/fdesc/fdesc_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message