]> git.baikalelectronics.ru Git - kernel.git/commit
[LLC]: Use proc_create() to setup ->proc_fops first
authorWang Chen <wangchen@cn.fujitsu.com>
Thu, 28 Feb 2008 22:08:54 +0000 (14:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2008 22:08:54 +0000 (14:08 -0800)
commit79f13f5c54f572c70fb8e728f3fa6e41ef6353a4
tree57d436b98a42d7eb977a8f6d031de1e2e8ae5100
parent7c56b057eb4dd048d7d6971614a9b7cef8743996
[LLC]: 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/llc/llc_proc.c