net: proc: remove proc_net_remove
proc_net_remove has been replaced by remove_proc_entry. we can remove it now. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ece31ffd53
commit
c2399059a3
@@ -177,12 +177,6 @@ const struct file_operations proc_net_operations = {
|
||||
.readdir = proc_tgid_net_readdir,
|
||||
};
|
||||
|
||||
void proc_net_remove(struct net *net, const char *name)
|
||||
{
|
||||
remove_proc_entry(name, net->proc_net);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(proc_net_remove);
|
||||
|
||||
static __net_init int proc_net_ns_init(struct net *net)
|
||||
{
|
||||
struct proc_dir_entry *netd, *net_statd;
|
||||
|
Reference in New Issue
Block a user