Page MenuHomeFreeBSD

D42628.id130323.diff
No OneTemporary

D42628.id130323.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
@@ -306,7 +306,7 @@
mtx_lock(&pfs_vncache_mutex);
restart:
removed = 0;
- for (i = 0; i < pfs_vncache_hash; i++) {
+ for (i = 0; i <= pfs_vncache_hash; i++) {
restart_chain:
SLIST_FOREACH(pvd, &pfs_vncache_hashtbl[i], pvd_hash) {
if (pn != NULL && pvd->pvd_pn != pn)

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 4:54 PM (16 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33356173
Default Alt Text
D42628.id130323.diff (448 B)

Event Timeline