NetBSD-Bugs archive

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

PR/60603 CVS commit: src/sys/kern



The following reply was made to PR kern/60603; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60603 CVS commit: src/sys/kern
Date: Tue, 18 Aug 2026 15:57:34 +0000

 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