From: Alexey Dobriyan Date: Wed, 16 Dec 2009 00:47:00 +0000 (-0800) Subject: seq_file: use proc_create() in documentation X-Git-Tag: v2.6.33-rc1~71^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be4b78993498c253e99b12c4d0f7684a36955e2;p=pandora-kernel.git seq_file: use proc_create() in documentation Using create_proc_entry() + ->proc_fops assignment is racy because ->proc_fops will be NULL for some time, use proc_create() to avoid race. Signed-off-by: Alexey Dobriyan Cc: Randy Dunlap Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed