[Patch] Module Unloading using Read-Copy-Update

2001-04-16 Thread Maneesh Soni
Hello, In this post I would like to submit a patch providing a two phase cleanup logic for solving the module unloading races in linux. It uses the deferred update interface provided by the Read-Copy-Update mechanism. A patch with implementation of Read-Copy-Update on linux has been posted ear

[Patch] Module Unloading using Read-Copy-Update

2001-03-08 Thread Maneesh Soni
Hello, In this post I would like to submit a patch providing a two phase cleanup logic for solving the module unloading races in linux. It uses the deferred update interface provided by the Read-Copy-Update mechanism. A patch with implementation of Read-Copy-Update on linux has been posted ear