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) _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"