commit | be859405487324ed548f1ba11dc949b8230ab991 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Oct 31 00:56:28 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 31 00:56:28 2008 -0700 |
tree | 3893ac2ce3b212b100d9e1e1e3e2fc1fa0c3f47f | |
parent | 63779436ab4ad0867bcea53bf853b0004d7b895d [diff] |
fs: replace NIPQUAD() Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u can be replaced with %pI4 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>