]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4]: Use proc_create() to setup ->proc_fops first
authorWang Chen <wangchen@cn.fujitsu.com>
Thu, 28 Feb 2008 22:14:25 +0000 (14:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2008 22:14:25 +0000 (14:14 -0800)
commit4d395cabf793ab61c232b483a3badac3c5a886f3
tree542a5b947a56f0f8375c88f19e5f60a9a5cd78a8
parentd7143cb1089641e7d9475eaafbe5702331f13a92
[IPV4]: Use proc_create() to setup ->proc_fops first

Use proc_create() to make sure that ->proc_fops be setup before gluing
PDE to main tree.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c