[PATCH net-next 3/4] net: proc: change proc_net_remove to remove_proc_entry

David Miller davem at davemloft.net
Mon Feb 18 19:54:08 UTC 2013


From: Gao feng <gaofeng at cn.fujitsu.com>
Date: Mon, 18 Feb 2013 19:34:56 +0800

> proc_net_remove is only used to remove proc entries
> that under /proc/net,it's not a general function for
> removing proc entries of netns. if we want to remove
> some proc entries which under /proc/net/stat/, we still
> need to call remove_proc_entry.
> 
> this patch use remove_proc_entry to replace proc_net_remove.
> we can remove proc_net_remove after this patch.
> 
> Signed-off-by: Gao feng <gaofeng at cn.fujitsu.com>

Applied.


More information about the Containers mailing list