svn commit: r317059 - in head/sys/fs: ext2fs fuse

Gleb Smirnoff glebius at FreeBSD.org
Mon Apr 17 17:20:49 UTC 2017


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>


More information about the svn-src-all mailing list