aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_domain.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2024-01-02 21:09:37 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2024-01-02 21:09:37 +0000
commit025007f39145ce98ae874c6bef947668c7f63a16 (patch)
tree6006f76019adfda0345be74d6b9e6513b2b95981 /sys/netlink/netlink_domain.c
parentff5ad900d2a0793659241eee96be53e6053b5081 (diff)
Diffstat (limited to 'sys/netlink/netlink_domain.c')
-rw-r--r--sys/netlink/netlink_domain.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netlink/netlink_domain.c b/sys/netlink/netlink_domain.c
index cc7018ed2582..4630c12b54a8 100644
--- a/sys/netlink/netlink_domain.c
+++ b/sys/netlink/netlink_domain.c
@@ -745,10 +745,6 @@ nl_soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio,
* as kernel would only append nl_bufs to the end of the queue, and
* we are the exclusive owner of queue beginning due to sleepable lock.
* At the second pass we copy data out and in !peek case free nl_bufs.
- *
- * XXX: current implementation of control data implies one chunk of
- * data per one nl_buf. This doesn't map well with idea of no
- * boundaries between nl_bufs.
*/
TAILQ_FOREACH(nb, &sb->nl_queue, tailq) {
u_int offset;