Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2019 21:03:52 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350227 - head/sys/kern
Message-ID:  <201907222103.x6ML3qbL052521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907222103.x6ML3qbL052521>