Re: [PATCH] RCU in kernel/intermodule.c

2005-04-04 Thread Pete Zaitcev
On Sat, 02 Apr 2005 11:28:12 + Luca Falavigna <[EMAIL PROTECTED]> wrote: > This patch, compiled against version 2.6.12-rc1, implements RCU mechanism in > intermodule functions. This sounds like a pure and unmitigated insanity to me. Please tell us why in the world you wanted to do this. -- P

Re: [PATCH] RCU in kernel/intermodule.c

2005-04-03 Thread Dave Jones
On Sun, Apr 03, 2005 at 01:38:33PM -0400, Kyle Moffett wrote: > Also, the intermodule stuff is slated for removal, as soon as MTD and > such are fixed; the interface has been deprecated for a while. Actually 'just' mtd now iirc. agpgart was the penultimate user which got fixed a few months back

Re: [PATCH] RCU in kernel/intermodule.c

2005-04-03 Thread Kyle Moffett
On Apr 02, 2005, at 06:28, Luca Falavigna wrote: -BEGIN PGP SIGNED MESSAGE- - --- ./kernel/intermodule.c.orig 2005-04-01 19:25:26.0 + +++ ./kernel/intermodule.c 2005-04-02 02:46:22.0 + @@ -3,7 +3,7 @@ /* Written by Keith Owens Oct 2000 */ #include #in

Re: [PATCH] RCU in kernel/intermodule.c

2005-04-03 Thread Christoph Hellwig
On Sat, Apr 02, 2005 at 11:28:12AM +, Luca Falavigna wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > This patch, compiled against version 2.6.12-rc1, implements RCU mechanism in > intermodule functions. There's no point as these functions are going to go away soon. - To unsubscr

[PATCH] RCU in kernel/intermodule.c

2005-04-03 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch, compiled against version 2.6.12-rc1, implements RCU mechanism in intermodule functions. Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> - --- ./kernel/intermodule.c.orig 2005-04-01 19:25:26.0 + +++ ./kernel/intermodu