diff options
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | 2017-12-14 05:51:57 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-19 09:58:14 -0500 |
commit | 08fc7f8140730d2f8499c91b5abad44581b74635 (patch) | |
tree | 1721c606036933c2bb9d5c6796b307d70704e5d0 /include/net/netns | |
parent | 962b582785b60a2b420b0636ad762959c72406f6 (diff) |
sock: Change the netns_core member name.
Change the member name will make the code more readable.
This patch will be used in next patch.
Signed-off-by: Martin Zhang <zhangjunweimartin@didichuxing.com>
Signed-off-by: Tonghao Zhang <zhangtonghao@didichuxing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/core.h b/include/net/netns/core.h index 0ad4d0c71228..45cfb5dc76c7 100644 --- a/include/net/netns/core.h +++ b/include/net/netns/core.h @@ -11,7 +11,7 @@ struct netns_core { int sysctl_somaxconn; - struct prot_inuse __percpu *inuse; + struct prot_inuse __percpu *prot_inuse; }; #endif |