diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-04-18 21:11:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-04-18 21:11:47 +0000 |
| commit | bdb35646382d577bac43532a34d3ad276e1ee26d (patch) | |
| tree | 513a19d978af9a55df24f36343a25e17ff384a1b /sys/kern/vfs_subr.c | |
| parent | 35b89d8c7b70d6b65e2bc424f2abc90b2b93ed3c (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index ce1cab1ce4b5..1b79cce2a807 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -298,7 +298,6 @@ vntblinit(void *dummy __unused) desiredvnodes = MAXVNODES_MAX; } wantfreevnodes = desiredvnodes / 4; - mtx_init(&mountlist_mtx, "mountlist", NULL, MTX_DEF); mtx_init(&mntid_mtx, "mntid", NULL, MTX_DEF); TAILQ_INIT(&vnode_free_list); mtx_init(&vnode_free_list_mtx, "vnode_free_list", NULL, MTX_DEF); |
