Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 17:20:48 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317059 - in head/sys/fs: ext2fs fuse
Message-ID:  <201704171720.v3HHKmli015077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Apr 17 17:20:48 2017
New Revision: 317059
URL: https://svnweb.freebsd.org/changeset/base/317059

Log:
  Two more files missed in r317055: these files need sys/vmmeter.h, but now
  they got it implicitly included via sys/pcpu.h.

Modified:
  head/sys/fs/ext2fs/ext2_vnops.c
  head/sys/fs/fuse/fuse_vnops.c

Modified: head/sys/fs/ext2fs/ext2_vnops.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_vnops.c	Mon Apr 17 17:18:49 2017	(r317058)
+++ head/sys/fs/ext2fs/ext2_vnops.c	Mon Apr 17 17:20:48 2017	(r317059)
@@ -65,6 +65,7 @@
 #include <sys/conf.h>
 #include <sys/file.h>
 #include <sys/extattr.h>
+#include <sys/vmmeter.h>
 
 #include <vm/vm.h>
 #include <vm/vm_param.h>

Modified: head/sys/fs/fuse/fuse_vnops.c
==============================================================================
--- head/sys/fs/fuse/fuse_vnops.c	Mon Apr 17 17:18:49 2017	(r317058)
+++ head/sys/fs/fuse/fuse_vnops.c	Mon Apr 17 17:20:48 2017	(r317059)
@@ -82,6 +82,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/bio.h>
 #include <sys/buf.h>
 #include <sys/sysctl.h>
+#include <sys/vmmeter.h>
 
 #include <vm/vm.h>
 #include <vm/vm_extern.h>



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