Re: [PATCH][ATM] use rtnl_{lock,unlock} during device operations (take 2)

From: David S. Miller (davem@redhat.com)
Date: Sun Jun 08 2003 - 01:57:06 EST


   From: Roman Zippel <zippel@linux-m68k.org>
   Date: Sat, 7 Jun 2003 21:01:54 +0200 (CEST)
   
   The basic problem is still that module_exit is a synchronous interface,
   from where you can't call any asynchronous functions, unless you prevent
   new callbacks via try_module_get() or you have to wait for all pending
   events.

We don't use module refcounts at all anymore for netdev objects.
That's the whole key.

Module refcounts are spurious when a subsystem does it's own sane
accounting and uses strictly dynamically allocated objects.
-
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/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:18 EST