Date: Sat, 29 Jan 2005 23:24:51 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_l2tp.c Message-ID: <200501292324.j0TNOpSj053500@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-01-29 23:24:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_l2tp.c Log: MFC 1.14: - Use ng_callout() instead of callout_reset(9). - Use callout_pending() instead of our own flags. - Remove home-grown protection of node, which has a scheduled callout(). - Remove spl(9) calls. Tested by: bz Revision Changes Path 1.12.2.1 +36 -93 src/sys/netgraph/ng_l2tp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501292324.j0TNOpSj053500>