Date: Tue, 23 Jan 2001 01:20:47 +0100 (CET) From: Luigi Rizzo <luigi@info.iet.unipi.it> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Luigi Rizzo <luigi@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <200101230020.BAA80579@info.iet.unipi.it> In-Reply-To: <xzpae8jgm66.fsf@flood.ping.uio.no> from Dag-Erling Smorgrav at "Jan 23, 2001 01:13:53 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> This has the net effect of replacing one no-op with another: > > root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h > static __inline intrmask_t splimp(void) { return 0; } > static __inline intrmask_t splnet(void) { return 0; } already noticed by grog -- but hopefully it will also remind people who will have to replace these no-ops with proper locks which lock to aim for... that was the only purpose of this commit. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone (510) 666 2927 . ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101230020.BAA80579>