diff options
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r-- | sys/kern/vfs_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 59a9b3e..5ed4285 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -95,7 +95,7 @@ static int vfs_opv_numops = 64; /* Allow this number to be tuned at boot */ TUNABLE_INT("vfs.opv_numops", &vfs_opv_numops); -SYSCTL_INT(_vfs, OID_AUTO, opv_numops, CTLFLAG_RD, &vfs_opv_numops, +SYSCTL_INT(_vfs, OID_AUTO, opv_numops, CTLFLAG_RDTUN, &vfs_opv_numops, 0, "Maximum number of operations in vop_t vector"); static int int_cmp(const void *a, const void *b); |