Date: Wed, 27 Jan 1999 15:49:45 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c Message-ID: <199901272349.PAA29069@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/27 15:49:45 PST Modified files: sys/miscfs/devfs devfs_vnops.c Log: Fix but in devfs_strategy(). Switch cases were falling through instead of breaking out, so a VCHR devices would run the VCHR routine and then fall through and run the VBLK routine. Fixed. Revision Changes Path 1.68 +3 -1 src/sys/miscfs/devfs/devfs_vnops.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?199901272349.PAA29069>