On 2013/02/19 03:53, David Miller wrote:
From: Gao feng <redacted>
Date: Mon, 18 Feb 2013 19:34:54 +0800
quoted
Right now, some modules such as bonding use proc_create
to create proc entries under /proc/net/, and other modules
such as ipv4 use proc_net_fops_create.
It looks a little chaos.this patch changes all of
proc_net_fops_create to proc_create. we can remove
proc_net_fops_create after this patch.
Signed-off-by: Gao feng <redacted>
Applied.
This series would have been a good one to use a "[PATCH 0/4] "
introductory posting.
Get it,will add proper cover next time.
thanks!