diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index 787b55333fc7..a0d0d0a06ecf 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -82,7 +82,7 @@ SYSCTL_NODE(_vfs, OID_AUTO, tmpfs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, static int vm_domain_policy = 0; SYSCTL_INT(_vfs_tmpfs, OID_AUTO, domain_policy, CTLFLAG_RDTUN, - &vm_policy, 0, "domain policy for the underlying vmobject. 0: None; 1: RR; 2: IL; 3: FIXED; 4: PREF"); + &vm_domain_policy, 0, "domain policy for the underlying vmobject. 0: None; 1: RR; 2: IL; 3: FIXED; 4: PREF"); static int vm_domain_target = 0; SYSCTL_INT(_vfs_tmpfs, OID_AUTO, domain_target, CTLFLAG_RDTUN, &vm_domain_target, 0, "target domain for the policy. only appicable to FIXED and PREF.");