summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_ktrace.c')
-rw-r--r--sys/kern/kern_ktrace.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c
index b821d66..0277cc3 100644
--- a/sys/kern/kern_ktrace.c
+++ b/sys/kern/kern_ktrace.c
@@ -483,15 +483,6 @@ ktrnamei(path)
ktr_submitrequest(curthread, req);
}
-/*
- * Since the uio may not stay valid, we can not hand off this request to
- * the thread and need to process it synchronously. However, we wish to
- * keep the relative order of records in a trace file correct, so we
- * do put this request on the queue (if it isn't empty) and then block.
- * The ktrace thread waks us back up when it is time for this event to
- * be posted and blocks until we have completed writing out the event
- * and woken it back up.
- */
void
ktrgenio(fd, rw, uio, error)
int fd;
OpenPOWER on IntegriCloud