[AF_KEY]: Fix oops by converting to proc_net_*().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2008 06:20:44 +0000 (22:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2008 06:23:31 +0000 (22:23 -0800)
commitd9595a7b9c777d45a74774f1428c263a0a47f4c0
tree1151c7d17fe6b95f99134d8689876cdae8f491e4
parent78374676efae525094aee45c0aab4bcab95ea9d1
[AF_KEY]: Fix oops by converting to proc_net_*().

To make sure the procfs visibility occurs after the ->proc_fs ops are
setup, use proc_net_fops_create() and proc_net_remove().

This also fixes an OOPS after module unload in that the name string
for remove was wrong, so it wouldn't actually be removed.  That bug
was introduced by commit 61145aa1a12401ac71bcc450a58c773dd6e2bfb9
("[KEY]: Clean up proc files creation a bit.")

Signed-off-by: David S. Miller <davem@davemloft.net>
net/key/af_key.c