https://github.com/torvalds/linux
Revision 387e2b0439026aa738a9edca15a57e5c0bcb4dfc authored by Stephen Hemminger on 23 May 2006, 22:20:25 UTC, committed by David S. Miller on 23 May 2006, 22:20:25 UTC
Bridge will OOPS on removal if other application has the SAP open.
The bridge SAP might be shared with other usages, so need
to do reference counting on module removal rather than explicit
close/delete.

Since packet might arrive after or during removal, need to clear
the receive function handle, so LLC only hands it to user (if any).

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4a06373
History
Tip revision: 387e2b0439026aa738a9edca15a57e5c0bcb4dfc authored by Stephen Hemminger on 23 May 2006, 22:20:25 UTC
[BRIDGE]: need to ref count the LLC sap
Tip revision: 387e2b0
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 68.5 KB
Makefile -rw-r--r-- 43.7 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top