lkml.org 
[lkml]   [2012]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 12/15] Declaring udplitev6 protocols has its own proc entry
From
Declaring udplitev6 protocols has its own proc entry.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
---
net/ipv6/udplite.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c
index 1d08e21..0d6e713 100644
--- a/net/ipv6/udplite.c
+++ b/net/ipv6/udplite.c
@@ -57,6 +57,9 @@ struct proto udplitev6_prot = {
.compat_getsockopt = compat_udpv6_getsockopt,
#endif
.clear_sk = sk_prot_clear_portaddr_nulls,
+#ifdef CONFIG_PROC_FS
+ .has_own_proc_entry= 1,
+#endif
};

static struct inet_protosw udplite6_protosw = {
--
1.7.11.2


\
 
 \ /
  Last update: 2012-08-10 17:02    [W:0.025 / U:1.920 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site