Re: Another idea for simplifying locking in kernel/module.c
Rusty Russell (rusty@rustcorp.com.au)
Wed, 08 Jan 2003 22:46:24 +1100
In message <200301070219.SAA12905@adam.yggdrasil.com> you write:
> Here is a way to replace all of the specialized "stop CPU"
> locking code in kernel/module.c with an rw_semaphore by using
> down_read_trylock in try_module_get() and down_write when beginning to
> unload the module.
And now you can't modularize netfilter modules.
Rusty.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/