Re: owner field in `struct fs'

Keith Owens (kaos@ocs.com.au)
Tue, 27 Jun 2000 21:39:39 +1000


On Mon, 26 Jun 2000 02:25:13 +1000,
Rusty Russell <rusty@linuxcare.com.au> wrote:
>However, my request for sane module semantics remains for other
>subsystems. There are other problems[1], but this addresses an important
>one.
>[1] We also need to sync against timers before freeing the module memory.

Is this problem not a subset of the existing timer cleanup? Timers and
modules are only a problem if the module cleanup code exits to
delete_module() while the timer is still running. I understood that
Andrew Morton's work would force timer deletion to wait until the timer
had been fully deleted.

Of course that assumes that module cleanup deletes any timers, if not
we have a much bigger problem anyway.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/