Date: Sun, 23 May 1999 17:34:13 -0700 (PDT) From: John Birrell <jb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <199905240034.RAA16272@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1999/05/23 17:34:13 PDT Modified files: sys/kern vfs_subr.c Log: Remove the test for bdevsw(dev) == NULL from bdevvp() because it fails if there is no character device associated with the block device. In this case that doesn't matter because bdevvp() doesn't use the character device structure. I can use the pointy bit of the axe too. Revision Changes Path 1.199 +2 -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?199905240034.RAA16272>