Date: Tue, 11 Jan 2005 11:51:17 +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: <200501111151.j0BBpHcr066172@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-01-11 11:51:17 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: - 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.14 +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?200501111151.j0BBpHcr066172>