Skip to content
Commit d9595a7b authored by David S. Miller's avatar David S. Miller
Browse files

[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 61145aa1


("[KEY]: Clean up proc files creation a bit.")

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 78374676
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment