Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 21:10:05 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 025007f39145 - main - netlink: remove stale comment
Message-ID:  <202401022110.402LA56i059475@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius:

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

commit 025007f39145ce98ae874c6bef947668c7f63a16
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-01-02 21:09:37 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401022110.402LA56i059475>