commit | ebb762f27fed083cb993a0816393aba4615f6544 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Wed Nov 23 02:12:51 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 26 14:29:50 2011 -0500 |
tree | c065070f78d4a272d99183606d103519426bb344 | |
parent | 6b600b26c0215bf9ed04062ecfacf0bc20e2588c [diff] |
net: Rename the dst_opt default_mtu method to mtu We plan to invoke the dst_opt->default_mtu() method unconditioally from dst_mtu(). So rename the method to dst_opt->mtu() to match the name with the new meaning. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>