Date: Mon, 18 Oct 1999 09:59:51 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Message-ID: <199910181659.JAA86963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/10/18 09:59:51 PDT Modified files: sys/miscfs/specfs spec_vnops.c Log: Change the default for the vfs.bdev_buffered sysctl to zero. This means that access to block devices nodes will act the same as char device nodes for disk-like devices. If you encounter problems after this, where programs accessing disks directly fail to operate, please use the following command to revert to previous behaviour: sysctl -w vfs.bdev_buffered=1 And verify that this was indeed the cause of your trouble. See the mail-archives of the arch@FreeBSD.org list for background. Revision Changes Path 1.120 +2 -2 src/sys/miscfs/specfs/spec_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?199910181659.JAA86963>