Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: reinoud
Date: Fri Oct 31 10:35:52 UTC 2025
Modified Files:
src/sys/kern: vfs_dirhash.c
src/sys/sys: dirhash.h
Log Message:
Fix memory release code on the LRU chain on reaching the maximum size,
increase default maximum size and make it safe for concurrent VOP_LOOKUPs.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/kern/vfs_dirhash.c
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/dirhash.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index