Re: [PATCH net-next] net: netlink: Remove the dump_cb_mutex field from struct netlink_sock

From: Simon Horman
Date: Thu Aug 22 2024 - 08:20:44 EST


On Thu, Aug 22, 2024 at 09:03:20AM +0200, Christophe JAILLET wrote:
> Commit 5fbf57a937f4 ("net: netlink: remove the cb_mutex "injection" from
> netlink core") has removed the usage of the 'dump_cb_mutex' field from the
> struct netlink_sock.
>
> Remove the field itself now. It saves a few bytes in the structure.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> Compile tested only

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>