]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: pass const to msg_data_left()
authorBreno Leitao <leitao@debian.org>
Tue, 8 Apr 2025 18:32:01 +0000 (11:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 01:34:05 +0000 (18:34 -0700)
commitb1e904999542ad6764eafa54545f1c55776006d1
treea2ae4660799adfafaaa761766e79593d702ef16b
parent82e401319b595bd9843cd7a46d035c00894cfe73
net: pass const to msg_data_left()

The msg_data_left() function doesn't modify the struct msghdr parameter,
so mark it as const. This allows the function to be used with const
references, improving type safety and making the API more flexible.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250408-tcpsendmsg-v3-1-208b87064c28@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/socket.h