aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/core.h
diff options
context:
space:
mode:
authorTonghao Zhang <xiangxia.m.yue@gmail.com>2017-12-14 05:51:57 -0800
committerDavid S. Miller <davem@davemloft.net>2017-12-19 09:58:14 -0500
commit08fc7f8140730d2f8499c91b5abad44581b74635 (patch)
tree1721c606036933c2bb9d5c6796b307d70704e5d0 /include/net/netns/core.h
parentcxgb4: Simplify PCIe Completion Timeout setting (diff)
downloadlinux-dev-08fc7f8140730d2f8499c91b5abad44581b74635.tar.xz
linux-dev-08fc7f8140730d2f8499c91b5abad44581b74635.zip
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/core.h')
-rw-r--r--include/net/netns/core.h2
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