Module Name:    src
Committed By:   knakahara
Date:           Wed May 31 08:19:44 UTC 2017

Modified Files:
        src/sys/net: if_l2tp.h

Log Message:
remove obsoleted comment. pointed out by s-yamaguchi@IIJ.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/net/if_l2tp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if_l2tp.h
diff -u src/sys/net/if_l2tp.h:1.1 src/sys/net/if_l2tp.h:1.2
--- src/sys/net/if_l2tp.h:1.1	Thu Feb 16 08:23:35 2017
+++ src/sys/net/if_l2tp.h	Wed May 31 08:19:44 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_l2tp.h,v 1.1 2017/02/16 08:23:35 knakahara Exp $	*/
+/*	$NetBSD: if_l2tp.h,v 1.2 2017/05/31 08:19:44 knakahara Exp $	*/
 
 /*
  * Copyright (c) 2017 Internet Initiative Japan Inc.
@@ -201,8 +201,8 @@ struct mbuf *l2tp_tcpmss_clamp(struct if
  *   NOTICE
  *   - l2tp_softc must not have a variant value while the l2tp tunnel exists.
  *     Such variant values must be in l2tp_softc->l2tp_var.
- *   - l2tp_softc->l2tp_var is modified by atomic_swap_ptr() like
- *     read-copy-update. So, once we dereference l2tp_softc->l2tp_var, we must
+ *   - l2tp_softc->l2tp_var is modified like read-copy-update.
+ *     So, once we dereference l2tp_softc->l2tp_var, we must
  *     keep the pointer during the same context. If we re-derefence
  *     l2tp_softc->l2tp_var, the l2tp_var may be other one because of
  *     concurrent writer processing.

Reply via email to