Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net add todo comment. pointed out by s-yamaguchi@IIJ



details:   https://anonhg.NetBSD.org/src/rev/b6452ea30632
branches:  trunk
changeset: 824304:b6452ea30632
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Wed May 31 11:44:44 2017 +0000

description:
add todo comment. pointed out by s-yamaguchi@IIJ

diffstat:

 sys/net/if_pppoe.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c8e537a2915c -r b6452ea30632 sys/net/if_pppoe.h
--- a/sys/net/if_pppoe.h        Wed May 31 11:09:22 2017 +0000
+++ b/sys/net/if_pppoe.h        Wed May 31 11:44:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.h,v 1.13 2016/04/15 01:31:29 ozaki-r Exp $ */
+/* $NetBSD: if_pppoe.h,v 1.14 2017/05/31 11:44:44 knakahara Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -69,5 +69,11 @@
 void pppoe_input(struct ifnet *, struct mbuf *);
 void pppoedisc_input(struct ifnet *, struct mbuf *);
 #endif /* _KERNEL */
+/*
+ * TODO: Locking notes
+ * Currently, the if_pppoe.c and if_spppsubr.c locking is too complexity.
+ * So, we will restructure locks, and then we describe the restructureed
+ * locking note.
+ */
 #endif /* !_NET_IF_PPPOE_H_ */
 



Home | Main Index | Thread Index | Old Index