Date: Thu, 3 Oct 2019 08:25:09 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r353033 - head/sys/fs/tmpfs Message-ID: <201910030825.x938P9jh027516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Thu Oct 3 08:25:09 2019 New Revision: 353033 URL: https://svnweb.freebsd.org/changeset/base/353033 Log: Remove unnecessary vm/vm_page.h and vm/vm_pager.h includes from tmpfs/tmpfs_vnodes.c. Submitted by: ota@j.email.ne.jp MFC after: 1 week Differential revision: https://reviews.freebsd.org/D21881 Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c ============================================================================== --- head/sys/fs/tmpfs/tmpfs_vnops.c Thu Oct 3 07:17:26 2019 (r353032) +++ head/sys/fs/tmpfs/tmpfs_vnops.c Thu Oct 3 08:25:09 2019 (r353033) @@ -59,8 +59,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_param.h> #include <vm/vm_object.h> -#include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <fs/tmpfs/tmpfs_vnops.h> #include <fs/tmpfs/tmpfs.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910030825.x938P9jh027516>