Date: Sun, 18 Jul 1999 07:31:02 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <199907181431.HAA50421@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907181431.HAA50421>
