mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Include <geom/geom_disk.h> not <sys/disk.h>
This commit is contained in:
parent
332a2bf07b
commit
4752f7570a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112952
@ -43,7 +43,6 @@
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/bio.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/disk.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/sysctl.h>
|
||||
@ -53,6 +52,7 @@
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <geom/geom.h>
|
||||
#include <geom/geom_disk.h>
|
||||
#include <geom/geom_int.h>
|
||||
|
||||
static struct mtx g_disk_done_mtx;
|
||||
|
Loading…
Reference in New Issue
Block a user