svn commit: r351947 - stable/12/sys/kern
Alan Somers
asomers at FreeBSD.org
Fri Sep 6 18:11:40 UTC 2019
Author: asomers
Date: Fri Sep 6 18:11:39 2019
New Revision: 351947
URL: https://svnweb.freebsd.org/changeset/base/351947
Log:
MFC r350227:
[skip ci] Fix the comment for cache_purge(9)
This is a merge of r348738 from projects/fuse2
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/kern/vfs_cache.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/kern/vfs_cache.c
==============================================================================
--- stable/12/sys/kern/vfs_cache.c Fri Sep 6 18:10:03 2019 (r351946)
+++ stable/12/sys/kern/vfs_cache.c Fri Sep 6 18:11:39 2019 (r351947)
@@ -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-stable
mailing list