diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
commit | 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch) | |
tree | d998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/kern_alq.c | |
parent | 2823710f0531037f228a43825c04d0c320e78e05 (diff) |
Notes
Diffstat (limited to 'sys/kern/kern_alq.c')
-rw-r--r-- | sys/kern/kern_alq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/kern_alq.c b/sys/kern/kern_alq.c index ec5a2fc9ec12..cbcabecd0a2d 100644 --- a/sys/kern/kern_alq.c +++ b/sys/kern/kern_alq.c @@ -120,7 +120,6 @@ static void alq_shutdown(struct alq *); static void alq_destroy(struct alq *); static int alq_doio(struct alq *); - /* * Add a new queue to the global list. Fail if we're shutting down. */ @@ -422,7 +421,6 @@ static struct kproc_desc ald_kp = { SYSINIT(aldthread, SI_SUB_KTHREAD_IDLE, SI_ORDER_ANY, kproc_start, &ald_kp); SYSINIT(ald, SI_SUB_LOCK, SI_ORDER_ANY, ald_startup, NULL); - /* User visible queue functions */ /* @@ -502,7 +500,6 @@ alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, return (ret); } - /* * Copy a new entry into the queue. If the operation would block either * wait or return an error depending on the value of waitok. |