diff mbox

[v2,15/15] ipx: declaring ipx protocols has its own proc entry

Message ID 1344715638-22997-15-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 ipx protocols has its own proc entry.

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

Patch

diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c
index dfd6faa..14be087 100644
--- a/net/ipx/af_ipx.c
+++ b/net/ipx/af_ipx.c
@@ -1345,6 +1345,7 @@  static struct proto ipx_proto = {
 	.name	  = "IPX",
 	.owner	  = THIS_MODULE,
 	.obj_size = sizeof(struct ipx_sock),
+	.has_own_proc_entry= 1,
 };
 
 static int ipx_create(struct net *net, struct socket *sock, int protocol,