linux-xiaomi-chiron/net/decnet
Gao feng d4beaa66ad net: proc: change proc_net_fops_create to proc_create
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 <gaofeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-18 14:53:08 -05:00
..
netfilter
af_decnet.c net: proc: change proc_net_fops_create to proc_create 2013-02-18 14:53:08 -05:00
dn_dev.c net: proc: change proc_net_fops_create to proc_create 2013-02-18 14:53:08 -05:00
dn_fib.c
dn_neigh.c net: proc: change proc_net_fops_create to proc_create 2013-02-18 14:53:08 -05:00
dn_nsp_in.c
dn_nsp_out.c
dn_route.c net: proc: change proc_net_fops_create to proc_create 2013-02-18 14:53:08 -05:00
dn_rules.c
dn_table.c
dn_timer.c
Kconfig
Makefile
README
sysctl_net_decnet.c
TODO

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>