Re: [PATCH 2/4] proc: detect duplicate names on registration

2007-11-16 Thread Randy Dunlap
On Fri, 16 Nov 2007 18:08:40 +0300 Alexey Dobriyan wrote: > Andrew, please drop procfs-detect-duplicate-names.patch and apply this > instead. > > [PATCH] proc: detect duplicate names on registration > > From: Zhang Rui <[EMAIL PROTECTED]> > > Print a warning if PDE is registered wit

[PATCH 2/4] proc: detect duplicate names on registration

2007-11-16 Thread Alexey Dobriyan
Andrew, please drop procfs-detect-duplicate-names.patch and apply this instead. [PATCH] proc: detect duplicate names on registration From: Zhang Rui <[EMAIL PROTECTED]> Print a warning if PDE is registered with a name which already exists in target directory. Bug report and a simple