patch-2.4.0-test2 linux/include/net/if_inet6.h

Next file: linux/include/net/tcp.h
Previous file: linux/include/net/dn.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/include/net/if_inet6.h linux/include/net/if_inet6.h
@@ -64,7 +64,9 @@
 	struct ifmcaddr6	*next;
 	struct timer_list	mca_timer;
 	unsigned		mca_flags;
-	atomic_t		mca_users;	
+	int			mca_users;
+	atomic_t		mca_refcnt;
+	spinlock_t		mca_lock;
 };
 
 #define	IFA_HOST	IPV6_ADDR_LOOPBACK

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)