diff options
author | phk <phk@FreeBSD.org> | 2000-04-30 18:52:11 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-04-30 18:52:11 +0000 |
commit | 10914aa708815b60d6cf92f058f34b8865d17ba2 (patch) | |
tree | 65046efab0f6012961266fc51d93b871d7ecccdf /sys/fs | |
parent | 519103d39378c862a7eed433bf8381b3673dac2c (diff) | |
download | FreeBSD-src-10914aa708815b60d6cf92f058f34b8865d17ba2.zip FreeBSD-src-10914aa708815b60d6cf92f058f34b8865d17ba2.tar.gz |
Remove unneeded #include <vm/vm_zone.h>
Generated by: src/tools/tools/kerninclude
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/cd9660/cd9660_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/coda/coda_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/coda/coda_vnops.c | 1 | ||||
-rw-r--r-- | sys/fs/msdosfs/msdosfs_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/msdosfs/msdosfs_vnops.c | 1 | ||||
-rw-r--r-- | sys/fs/ntfs/ntfs_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/nullfs/null_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/nwfs/nwfs_vnops.c | 1 | ||||
-rw-r--r-- | sys/fs/umapfs/umap_vfsops.c | 1 | ||||
-rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 955cc2f..6ec00f6 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -54,7 +54,6 @@ #include <sys/stat.h> #include <sys/syslog.h> -#include <vm/vm_zone.h> #include <isofs/cd9660/iso.h> #include <isofs/cd9660/iso_rrip.h> diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index c9e7d59..8fa46ff 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -56,7 +56,6 @@ #include <sys/mount.h> #include <sys/select.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index 761ebcc..eda078d 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -63,7 +63,6 @@ #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index d5754f2..c090e61 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -60,7 +60,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/stat.h> /* defines ALLPERMS */ -#include <vm/vm_zone.h> #include <msdosfs/bpb.h> #include <msdosfs/bootsect.h> diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index 24180440..6209f66 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -65,7 +65,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vnode_pager.h> #include <msdosfs/bpb.h> diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index 089c6eb..ea58a6c 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -53,7 +53,6 @@ #include <vm/vm_page.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #if defined(__NetBSD__) #include <miscfs/specfs/specdev.h> diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index a865cce0..a793bc7 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -53,7 +53,6 @@ #include <sys/mount.h> #include <sys/namei.h> #include <miscfs/nullfs/null.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_NULLFSMNT, "NULLFS mount", "NULLFS mount structure"); diff --git a/sys/fs/nwfs/nwfs_vnops.c b/sys/fs/nwfs/nwfs_vnops.c index c8e8b67..0d6a205 100644 --- a/sys/fs/nwfs/nwfs_vnops.c +++ b/sys/fs/nwfs/nwfs_vnops.c @@ -44,7 +44,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <netncp/ncp.h> #include <netncp/ncp_conn.h> diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 207bb9c..ebf9ce4 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_vfsops.c @@ -52,7 +52,6 @@ #include <sys/namei.h> #include <sys/malloc.h> #include <miscfs/umapfs/umap.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_UMAPFSMNT, "UMAP mount", "UMAP mount structure"); diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 8b58e55..57a4e98 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -52,7 +52,6 @@ #include <sys/malloc.h> #include <sys/filedesc.h> #include <miscfs/union/union.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_UNIONFSMNT, "UNION mount", "UNION mount structure"); |