linux-kernel-test/net/packet
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
..
af_packet.c net: proc: change proc_net_fops_create to proc_create 2013-02-18 14:53:08 -05:00
diag.c netlink: Rename pid to portid to avoid confusion 2012-09-10 15:30:41 -04:00
internal.h packet: tx_ring: allow the user to choose tx data offset 2012-11-07 18:54:30 -05:00
Kconfig packet: Diag core and basic socket info dumping 2012-08-14 16:56:33 -07:00
Makefile packet: Diag core and basic socket info dumping 2012-08-14 16:56:33 -07:00