]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: netconsole: do not pass userdata up to the tail
authorBreno Leitao <leitao@debian.org>
Thu, 17 Oct 2024 09:50:23 +0000 (02:50 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 22 Oct 2024 13:44:25 +0000 (15:44 +0200)
commit144d57360f5e9af7a836dcc33d12560de90a7d9d
treed96fe6e1f8d396da994743788ce4b9fc288eae76
parent684dce1f9984f749f109407fb24e4d435b6de829
net: netconsole: do not pass userdata up to the tail

Do not pass userdata to send_msg_fragmented, since we can get it later.

This will be more useful in the next patch, where send_msg_fragmented()
will be split even more, and userdata is only necessary in the last
function.

Suggested-by: Simon Horman <horms@kernel.org>
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c