Hi,
I've just got a look at file drivers/char/drm/proc.c, correct me if i'm wrong but
when registering using "drm_proc_init" each device supporting drm duplicates the dri dir entry, as "create_proc_entry " blindly create a new dri entry even if one already exists.

IIRC a few month ago the same kind of error was occuring in /proc/irq, perhaps we should check in
create_proc_entry that an entry exists before creating it, this could prevent each driver from doing this
job.

-- 
%--IRIN->-Institut-de-Recherche-en-Informatique-de-Nantes-----------------%
% FORT David,                                                             %
% 7 avenue de la morvandière                                   0240726275 %
% 44470 Thouare, France                                [EMAIL PROTECTED] %
% ICU:78064991   AIM: enlighted popo             [EMAIL PROTECTED] %
%--LINUX-HTTPD-PIOGENE----------------------------------------------------%
%  -datamining <-/                        |   .~.                         %
%  -networking/flashed PHP3 coming soon   |   /V\        L  I  N  U  X    %
%  -opensource                            |  // \\     >Fear the Penguin< %
%  -GNOME/enlightenment/GIMP              | /(   )\                       %
%           feel enlighted....            |  ^^-^^                        %
%                           http://ibonneace.dnsalias.org/ when connected %
%-------------------------------------------------------------------------%
 


Reply via email to