diff mbox

[v2,06/15] ipv4: declaring tcp protocols has its own proc entry

Message ID 1344715638-22997-6-git-send-email-yamato@redhat.com
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Masatake YAMATO Aug. 11, 2012, 8:07 p.m. UTC
Declaring tcp protocols has its own proc entry.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
---
 net/ipv4/tcp_ipv4.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index c660d2c..6f36929 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2635,6 +2635,7 @@  struct proto tcp_prot = {
 	.destroy_cgroup		= tcp_destroy_cgroup,
 	.proto_cgroup		= tcp_proto_cgroup,
 #endif
+	.has_own_proc_entry= 1,
 };
 EXPORT_SYMBOL(tcp_prot);