diff options
author | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
commit | d944886e4df0e6d88970157ff46e8c0ab0c6b2c8 (patch) | |
tree | bd5164ec2cc8db9bccf6950d4969bd81891925dd /sys/kern/vfs_bio.c | |
parent | 14c3513b9066aff7d93e8a86195d4477ba17f6dc (diff) | |
download | FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.zip FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.tar.gz |
Catch up to moving headers:
- machine/ipl.h -> sys/ipl.h
- machine/mutex.h -> sys/mutex.h
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index d9e77cc..df91cb5 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -35,6 +35,7 @@ #include <sys/lock.h> #include <sys/malloc.h> #include <sys/mount.h> +#include <sys/mutex.h> #include <sys/kernel.h> #include <sys/kthread.h> #include <sys/ktr.h> @@ -53,8 +54,6 @@ #include <vm/vm_extern.h> #include <vm/vm_map.h> -#include <machine/mutex.h> - static MALLOC_DEFINE(M_BIOBUF, "BIO buffer", "BIO buffer"); struct bio_ops bioops; /* I/O operation notification */ |