patch-2.4.27 linux-2.4.27/net/bridge/br_private.h
Next file: linux-2.4.27/net/bridge/br_stp.c
Previous file: linux-2.4.27/net/bridge/br_ioctl.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2004-08-07 16:26:06.821435820 -0700
-  Orig file: 
linux-2.4.26/net/bridge/br_private.h
-  Orig date: 
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.26/net/bridge/br_private.h linux-2.4.27/net/bridge/br_private.h
@@ -79,7 +79,6 @@
 
 struct net_bridge
 {
-	struct net_bridge		*next;
 	rwlock_t			lock;
 	struct net_bridge_port		*port_list;
 	struct net_device		dev;
@@ -169,7 +168,6 @@
 extern void br_handle_frame(struct sk_buff *skb);
 
 /* br_ioctl.c */
-extern void br_call_ioctl_atomic(void (*fn)(void));
 extern int br_ioctl(struct net_bridge *br,
 	     unsigned int cmd,
 	     unsigned long arg0,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)