Date: Mon, 26 Oct 1998 00:07:00 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <199810260807.AAA18840@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/10/26 00:07:00 PST Modified files: sys/kern vfs_subr.c Log: Updated the major number check in vfs_object_create(). It's not clear if the check is necessary, but vfs_object_create() is called for all vnodes and it was silly to create objects for VBLK vnodes that don't even have a driver. Revision Changes Path 1.169 +3 -2 src/sys/kern/vfs_subr.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?199810260807.AAA18840>