Remove some unneeded declarations which should have been removed in r257037.
This commit is contained in:
parent
45ec8ddc5a
commit
d6f8227ab1
@ -38,8 +38,6 @@ struct thread;
|
|||||||
struct vattr;
|
struct vattr;
|
||||||
struct vnode;
|
struct vnode;
|
||||||
struct reg;
|
struct reg;
|
||||||
struct devstat;
|
|
||||||
struct bio;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Cyclic clock function type definition used to hook the cyclic
|
* Cyclic clock function type definition used to hook the cyclic
|
||||||
@ -168,23 +166,6 @@ extern dtrace_nfsclient_nfs23_done_probe_func_t
|
|||||||
extern dtrace_nfsclient_nfs23_done_probe_func_t
|
extern dtrace_nfsclient_nfs23_done_probe_func_t
|
||||||
dtrace_nfscl_nfs234_done_probe;
|
dtrace_nfscl_nfs234_done_probe;
|
||||||
|
|
||||||
/* IO Provider hooks, really hook into devstat */
|
|
||||||
typedef void (*dtrace_io_start_probe_func_t)(uint32_t, struct bio *,
|
|
||||||
struct devstat *);
|
|
||||||
extern dtrace_io_start_probe_func_t dtrace_io_start_probe;
|
|
||||||
|
|
||||||
typedef void (*dtrace_io_done_probe_func_t)(uint32_t, struct bio *,
|
|
||||||
struct devstat *);
|
|
||||||
extern dtrace_io_done_probe_func_t dtrace_io_done_probe;
|
|
||||||
|
|
||||||
typedef void (*dtrace_io_wait_start_probe_func_t)(uint32_t, uintptr_t *,
|
|
||||||
struct devstat *);
|
|
||||||
extern dtrace_io_wait_start_probe_func_t dtrace_io_wait_start_probe;
|
|
||||||
|
|
||||||
typedef void (*dtrace_io_wait_done_probe_func_t)(uint32_t, uintptr_t *,
|
|
||||||
struct devstat *);
|
|
||||||
extern dtrace_io_wait_done_probe_func_t dtrace_io_wait_done_probe;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Functions which allow the dtrace module to check that the kernel
|
* Functions which allow the dtrace module to check that the kernel
|
||||||
* hooks have been compiled with sufficient space for it's private
|
* hooks have been compiled with sufficient space for it's private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user