Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2019 15:07:49 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r348738 - projects/fuse2/sys/kern
Message-ID:  <201906061507.x56F7njo034929@repo.freebsd.org>

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



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