Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   riastradh
Date:           Tue Aug 18 15:57:33 UTC 2026

Modified Files:
        src/sys/kern: vfs_vnode.c

Log Message:
vdrain: Recompute target after each iteration.

This way if sysctl -w kern.maxvnodes=N fails, the vdrain task doesn't
perpetually keep trying to attain the unattainable.

Doesn't fix everything about racy access to desiredvnodes, but it
should help with the major symptom.

PR kern/60603: Sisyphean vdrain task


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/kern/vfs_vnode.c

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