From: David Howells Date: Fri, 12 Apr 2013 01:48:30 +0000 (+0100) Subject: proc: Add proc_mkdir_data() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270b5ac2151707c25d3327722c5badfbd95945bc;p=pandora-kernel.git proc: Add proc_mkdir_data() Add proc_mkdir_data() to allow procfs directories to be created that are annotated at the time of creation with private data rather than doing this post-creation. This means no access is then required to the proc_dir_entry struct to set this. Signed-off-by: David Howells Acked-by: Mauro Carvalho Chehab Acked-by: Greg Kroah-Hartman cc: Neela Syam Kolli cc: Jerry Chuang cc: linux-scsi@vger.kernel.org cc: devel@driverdev.osuosl.org cc: linux-wireless@vger.kernel.org Signed-off-by: Al Viro --- Reading git-diff-tree failed