diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-01-02 21:09:37 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-01-02 21:09:37 +0000 |
| commit | 025007f39145ce98ae874c6bef947668c7f63a16 (patch) | |
| tree | 6006f76019adfda0345be74d6b9e6513b2b95981 /sys/netlink/netlink_domain.c | |
| parent | ff5ad900d2a0793659241eee96be53e6053b5081 (diff) | |
Diffstat (limited to 'sys/netlink/netlink_domain.c')
| -rw-r--r-- | sys/netlink/netlink_domain.c | 4 |
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; |
