Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fits

a bit better to our current naming scheme.

Discussed with:	ru
This commit is contained in:
Pawel Jakub Dawidek 2004-09-24 09:19:03 +00:00
parent 891822a853
commit d0257d9c10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135728

View file

@ -112,7 +112,7 @@ static int usermount = 0;
SYSCTL_INT(_vfs, OID_AUTO, usermount, CTLFLAG_RW, &usermount, 0,
"Unprivileged users may mount and unmount file systems");
static int mount_root_delay = 5;
TUNABLE_INT("mount_root_delay", &mount_root_delay);
TUNABLE_INT("vfs.root.mountdelay", &mount_root_delay);
MALLOC_DEFINE(M_MOUNT, "mount", "vfs mount structure");