Page MenuHomeFreeBSD

D31605.diff
No OneTemporary

D31605.diff

diff --git a/sys/fs/pseudofs/pseudofs_vncache.c b/sys/fs/pseudofs/pseudofs_vncache.c
--- a/sys/fs/pseudofs/pseudofs_vncache.c
+++ b/sys/fs/pseudofs/pseudofs_vncache.c
@@ -108,6 +108,7 @@
KASSERT(pfs_vncache_entries == 0,
("%d vncache entries remaining", pfs_vncache_entries));
mtx_destroy(&pfs_vncache_mutex);
+ hashdestroy(pfs_vncache_hashtbl, M_PFSVNCACHE, pfs_vncache_hash);
}
/*

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 3:39 AM (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30796085
Default Alt Text
D31605.diff (398 B)

Event Timeline