Re: [PATCH] Module use count must be updated as bridges are created/destroyed

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen Hemminger <shemminger@...>
Cc: <bridge@...>, <linux-kernel@...>
Date: Thursday, September 27, 2007 - 3:40 am

>>> Stephen Hemminger <shemminger@linux-foundation.org> 26.09.07 19:12 >>>

I have to disagree here - 'modprobe -r' is specifically unloading all modules the
specified one references as long as they have a use count of zero. The
difference to other networking modules is that the latter normally don't export
symbols, and hence don't have dependent modules (and thus cannot be
subject of implicit unloading). Bridge does have dependents, and hence must
avoid implicit unloading by managing its use count.

Jan

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Module use count must be updated as bridges are ..., Jan Beulich, (Thu Sep 27, 3:40 am)
Re: [PATCH] Module use count must be updated as bridges are ..., Stephen Hemminger, (Thu Sep 27, 10:48 am)
Re: [PATCH] Module use count must be updated as bridges are ..., Stephen Hemminger, (Fri Sep 28, 2:11 pm)