tmpfs_subr typo

This commit is contained in:
quackerd 2022-11-21 15:08:43 +01:00
parent 421819df94
commit 22954f3f10

View File

@ -86,7 +86,7 @@ SYSCTL_INT(_vfs_tmpfs, OID_AUTO, domain_policy, CTLFLAG_RDTUN,
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.");
static domainset * vm_domainset = NULL;
static struct domainset * vm_domainset = NULL;
static long tmpfs_pages_reserved = TMPFS_PAGES_MINRESERVED;