Re: [PATCH net-next v3 08/10] net: netconsole: do not pass userdata up to the tail
From: Simon Horman <horms@kernel.org>
Date: 2024-09-10 15:39:52
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2024-09-10 15:39:52
Also in:
lkml
On Tue, Sep 10, 2024 at 03:04:03AM -0700, Breno Leitao wrote:
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>