svn commit: r331144 - user/markj/vm-playground/sys/kern

Mark Johnston markj at FreeBSD.org
Sun Mar 18 19:34:09 UTC 2018


Author: markj
Date: Sun Mar 18 19:34:08 2018
New Revision: 331144
URL: https://svnweb.freebsd.org/changeset/base/331144

Log:
  Fixup.

Modified:
  user/markj/vm-playground/sys/kern/vfs_bio.c

Modified: user/markj/vm-playground/sys/kern/vfs_bio.c
==============================================================================
--- user/markj/vm-playground/sys/kern/vfs_bio.c	Sun Mar 18 19:07:07 2018	(r331143)
+++ user/markj/vm-playground/sys/kern/vfs_bio.c	Sun Mar 18 19:34:08 2018	(r331144)
@@ -2911,7 +2911,6 @@ vfs_vmio_iodone(struct buf *bp)
 static void
 vfs_vmio_unwire(struct buf *bp, vm_page_t m)
 {
-	bool freed;
 
 	vm_page_lock(m);
 	if (vm_page_unwire_noq(m)) {


More information about the svn-src-user mailing list