svn commit: r348738 - projects/fuse2/sys/kern
Alan Somers
asomers at FreeBSD.org
Thu Jun 6 15:07:50 UTC 2019
Author: asomers
Date: Thu Jun 6 15:07:49 2019
New Revision: 348738
URL: https://svnweb.freebsd.org/changeset/base/348738
Log:
[skip ci] Fix the comment for cache_purge(9)
Sponsored by: The FreeBSD Foundation
Modified:
projects/fuse2/sys/kern/vfs_cache.c
Modified: projects/fuse2/sys/kern/vfs_cache.c
==============================================================================
--- projects/fuse2/sys/kern/vfs_cache.c Thu Jun 6 15:04:50 2019 (r348737)
+++ projects/fuse2/sys/kern/vfs_cache.c Thu Jun 6 15:07:49 2019 (r348738)
@@ -1963,7 +1963,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-projects
mailing list