From owner-cvs-all Sun Jul 18 7:32:59 1999 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 5868114D94; Sun, 18 Jul 1999 07:32:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50421; Sun, 18 Jul 1999 07:31:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199907181431.HAA50421@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 18 Jul 1999 07:31:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c src/sys/dev/ccd ccd.c src/sys/i386/linux linux_file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/07/18 07:31:02 PDT Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: Introduce the vn_todev(struct vnode*) function, which returns the dev_t corresponding to a VBLK or VCHR node, or NODEV. Revision Changes Path 1.90 +2 -1 src/sys/sys/vnode.h 1.211 +13 -1 src/sys/kern/vfs_subr.c Modified files: sys/dev/ccd ccd.c sys/i386/linux linux_file.c Log: Use the vn_todev() function, rather than VOP_GETATTR Revision Changes Path 1.51 +2 -20 src/sys/dev/ccd/ccd.c 1.27 +3 -7 src/sys/i386/linux/linux_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message