commit | 986ffdfd08dbaae721e82720e6bfc2c307e732dd | [log] [tgz] |
---|---|---|
author | Yafang Shao <laoar.shao@gmail.com> | Wed Dec 20 11:12:52 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 20 14:00:25 2017 -0500 |
tree | 0aa6bd09827ff4654e2b3f563cb0059945fd6194 | |
parent | 563e0bb0dc74b3ca888e24f8c08f0239fe4016b0 [diff] |
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store sk_state_load is only used by AF_INET/AF_INET6, so rename it to inet_sk_state_load and move it into inet_sock.h. sk_state_store is removed as it is not used any more. Signed-off-by: Yafang Shao <laoar.shao@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>