The branch main has been updated by glebius:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=025007f39145ce98ae874c6bef947668c7f63a16

commit 025007f39145ce98ae874c6bef947668c7f63a16
Author:     Gleb Smirnoff <[email protected]>
AuthorDate: 2024-01-02 21:09:37 +0000
Commit:     Gleb Smirnoff <[email protected]>
CommitDate: 2024-01-02 21:09:37 +0000

    netlink: remove stale comment
    
    Fixes:  ff5ad900d2a0793659241eee96be53e6053b5081
---
 sys/netlink/netlink_domain.c | 4 ----
 1 file changed, 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;

Reply via email to