The kern.geom.part.auto_resize should be tunable.

This commit is contained in:
Mariusz Zaborski 2017-02-28 20:51:20 +00:00
parent 29dfec5294
commit c27fb0b589
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314410

View File

@ -137,7 +137,7 @@ SYSCTL_UINT(_kern_geom_part, OID_AUTO, check_integrity,
"Enable integrity checking");
static u_int auto_resize = 1;
SYSCTL_UINT(_kern_geom_part, OID_AUTO, auto_resize,
CTLFLAG_RW, &auto_resize, 1,
CTLFLAG_RWTUN, &auto_resize, 1,
"Enable auto resize");
/*