]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: make in_aton() 32-bit internally
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 23 Mar 2017 21:58:26 +0000 (00:58 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Mar 2017 20:27:19 +0000 (13:27 -0700)
commite013fb7c4c9fa8aa914d85d8b466c990b2eaebb6
tree918d61833c072dd18d934ef353353b77566d2878
parent7cc61db9c7e6c985798d5419207fbd8cdb505c7b
net: make in_aton() 32-bit internally

Converting IPv4 address doesn't need 64-bit arithmetic.

Space savings: 10 bytes!

add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-10 (-10)
function                          old     new   delta
in_aton                            96      86     -10

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c