[Fault-injection-developer] Linux-2.5 accepted my patch
Status: Alpha
Brought to you by:
rustyl
From: Zhuang, L. <lou...@in...> - 2003-01-13 00:57:35
|
FYI. The patch have been accepted by linux kernel. > -----Original Message----- > From: Patrick Mochel [mailto:mo...@os...] > Sent: Friday, January 10, 2003 11:22 PM > To: lou...@li... > Cc: lin...@vg... > Subject: Re: [Bug fix] delete kobject from list when > kobject_add() fail > > > > On Fri, 10 Jan 2003 lou...@li... wrote: > > > Dear Mochel, > > I found there were still issues in failed > kobject_add(). For example, > > if you try to register two kobjects with the same name into > > subsystem, the second registration will fail but the second > will keep in > > the list of subsystem. Below patch might fix the bug. Please apply. > > Thanks. I applied it, though slightly modified (I detest > function names > with the '__' prefix). :) > > -pat > |