From: Cong Wang <[email protected]> Date: Fri, 2 Aug 2013 15:14:27 +0800
> From: Cong Wang <[email protected]> > > Introduce a generic IP address type, union inet_addr, so that > subsystems don't have to use their own definitions. Because > netpoll already defines union inet_addr, just move it to global. > Some of the helper functions will be used by VXLAN IPv6 code too. > > This patch also reuses the "%pIS" specifier, to make it accept > union inet_addr instead of struct sockaddr. > > Cc: Daniel Borkmann <[email protected]> > Cc: Joe Perches <[email protected]> > Cc: [email protected] > Signed-off-by: Cong Wang <[email protected]> Changing %pIS to %pIA is pure churn, and of zero value that I can see. Every time I review this patch set I discover some new thing that I'm very disappointed with. You're going to have to stop being so ambitious, and start very small. Maybe one tiny patch at a time if needed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

