From: Li Zefan Date: Tue, 29 Apr 2008 08:00:08 +0000 (-0700) Subject: cgroup: switch to proc_create() X-Git-Tag: v2.6.26-rc1~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ae220bea40bd1cf4abec2d5cdfb4f9396c7115;p=pandora-kernel.git cgroup: switch to proc_create() There is a race between create_proc_entry() and the assignment of file ops. proc_create() is invented to fix it. Signed-off-by: Li Zefan Acked-by: Paul Menage Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed