Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 18:11:40 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351947 - stable/12/sys/kern
Message-ID:  <201909061811.x86IBeZh014896@repo.freebsd.org>

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



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