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:
parent
c941065285
commit
1329297d10
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user