Make vnode bypass the default for devices.

Can be disabled in case of problems with
	vfs.devfs.fops=0
in loader.conf
This commit is contained in:
phk 2004-11-15 22:11:09 +00:00
parent c941065285
commit 1329297d10

View File

@ -68,7 +68,7 @@
#include <fs/devfs/devfs.h>
static int devfs_fops = 0;
static int devfs_fops = 1;
static fo_rdwr_t devfs_read_f;
static fo_rdwr_t devfs_write_f;