> From: Alexey Dobriyan [mailto:adobriyan@gmail.com]
> Sent: Sunday, February 17, 2008 4:51 AM
> To: Andrew Morton
> Cc: linux-kernel@vger.kernel.org; Miller, Mike (OS Dev);
> alexn@dsv.su.se;
dwalker@mvista.com
> Subject: 2.6.25-rc2-mm1: new create_proc_entry() users
>
> > profile-likely-unlikely-macros
> > page-owner-tracking-leak-detector
> > cciss-procfs-updates-to-display-info-about-many-volumes
>
> Guys, create_proc_entry() is slightly racy in case of modular code and
> proc_create() was invented to fix it. Eventually all
> create_proc_entry() users will be converted to proc_create(),
> so please do it for new code.
>