git: 3943698c6dbe - main - Minor sysctl description cleanup.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 22:33:32 UTC
The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=3943698c6dbed0f4ef1b2e34c89035155e813533 commit 3943698c6dbed0f4ef1b2e34c89035155e813533 Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2023-10-20 22:32:05 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2023-10-20 22:32:05 +0000 Minor sysctl description cleanup. No functional change. Agreed-by: Mateusz Guzik --- sys/kern/vfs_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 0fe2bc46446c..881e9452a6db 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1506,7 +1506,7 @@ static int vnlruproc_sig; static u_long vnlruproc_kicks; SYSCTL_ULONG(_vfs_vnode_vnlru, OID_AUTO, kicks, CTLFLAG_RD, &vnlruproc_kicks, 0, - "Number of times vnlru got woken up due to vnode shortage"); + "Number of times vnlru awakened due to vnode shortage"); #define VNLRU_COUNT_SLOP 100