[PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage

Christoph Hellwig hch at lst.de
Mon Dec 16 19:56:58 PST 2024


On Mon, Dec 16, 2024 at 05:26:19PM -0800, Kees Cook wrote:
> -extern bool inet_addr_is_any(struct sockaddr *addr);
> +extern bool inet_addr_is_any(struct sockaddr_storage *addr);

You might want to drop the pointless extern here.

Otherwise this looks great:

Reviewed-by: Christoph Hellwig <hch at lst.de>




More information about the Linux-nvme mailing list