Skip to content

Commit

Permalink
netlink: remove stale comment
Browse files Browse the repository at this point in the history
Fixes:	ff5ad90
  • Loading branch information
glebius authored and bsdjhb committed Mar 13, 2024
2 parents 777450d + 025007f commit a4e1f40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sys/netlink/netlink_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a4e1f40

Please sign in to comment.