commit | fc0b579168cbe737c83c6b9bbfe265d3ae6baca6 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Mar 08 12:15:28 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 08 12:15:28 2010 -0800 |
tree | a9818961a11c7322cb585b03859ebf497e8db62f | |
parent | e9dcd1613f0ac0b3573b7d813a2c5672cd8302eb [diff] |
net/sunrpc: Remove uses of NIPQUAD, use %pI4 Originally submitted Jan 1, 2010 http://patchwork.kernel.org/patch/71221/ Convert NIPQUAD to the %pI4 format extension where possible Convert %02x%02x%02x%02x/NIPQUAD to %08x/ntohl Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>