svn commit: r350227 - head/sys/kern
Alan Somers
asomers at FreeBSD.org
Mon Jul 22 21:03:53 UTC 2019
Author: asomers
Date: Mon Jul 22 21:03:52 2019
New Revision: 350227
URL: https://svnweb.freebsd.org/changeset/base/350227
Log:
[skip ci] Fix the comment for cache_purge(9)
This is a merge of r348738 from projects/fuse2
Reviewed by: kib
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==============================================================================
--- head/sys/kern/vfs_cache.c Mon Jul 22 20:33:19 2019 (r350226)
+++ head/sys/kern/vfs_cache.c Mon Jul 22 21:03:52 2019 (r350227)
@@ -1964,7 +1964,7 @@ cache_changesize(int newmaxvnodes)
}
/*
- * Invalidate all entries to a particular vnode.
+ * Invalidate all entries from and to a particular vnode.
*/
void
cache_purge(struct vnode *vp)
More information about the svn-src-head
mailing list