From: Wang Chen Date: Thu, 28 Feb 2008 20:53:32 +0000 (-0800) Subject: [APPLETALK]: Use proc_create() to setup ->proc_fops first X-Git-Tag: v2.6.25-rc4~148^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2b5b474e853fe2f9a9988f2871051291779d90;p=pandora-kernel.git [APPLETALK]: Use proc_create() to setup ->proc_fops first As Davem mentioned in his recently patch (d9595a7b9c777d45a74774f1428c263a0a47f4c0) that the procfs visibility should occur after the ->proc_fops are setup. And also, Alexey provide proc_create() to make sure that ->proc_fops is setup before gluing PDE to main tree. We use proc_create(). Signed-off-by: Wang Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed