From 92a9c65b06faa974315738567f4d3e93e07f065f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 11 Jul 2012 18:50:50 +0000 Subject: [PATCH] Fix build for kernels with dtrace hooks. MFC after: 1 month --- sys/kern/subr_devstat.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 20e6e025d13a..c44ef27edd07 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -87,8 +87,12 @@ uint32_t dtio_wait_done_id; #define DTRACE_DEVSTAT_START() +#define DTRACE_DEVSTAT_BIO_START() + #define DTRACE_DEVSTAT_DONE() +#define DTRACE_DEVSTAT_BIO_DONE() + #define DTRACE_DEVSTAT_WAIT_START() #define DTRACE_DEVSTAT_WAIT_DONE()