From: Denis V. Lunev Date: Fri, 2 May 2008 09:46:22 +0000 (-0700) Subject: net: assign PDE->data before gluing PDE into /proc tree X-Git-Tag: v2.6.26-rc1~5^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5efdccbcda20d3e5fbaa85f726dcc9cfeb005577;p=pandora-kernel.git net: assign PDE->data before gluing PDE into /proc tree Simply replace proc_create and further data assigned with proc_create_data. Additionally, there is no need to assign NULL to PDE->data after creation, /proc generic has already done this for us. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed